0
私は、2Dグリッドで結果を生成するコンポーネントを持っています。私はコンポーネントの入力としてそのグリッドのサイズを変更できるようにしたいと思います。私は上記の貼り付けのエラーを取得、私はplot_res
を変更するとOpenMDAOの柔軟な未知のサイズ
self.add_param('plot_res', val=201, pass_by_obj=True, description='Data output resolution')
self.add_output('out_grid', shape=201*201, description='output grid')
:私のようなのparamsと未知を持って
ValueError: could not broadcast input array from shape (42025) into shape (40401)
:私はそうすると、私は以下のようなエラーが発生します。
ご協力いただきありがとうございます。
説明と提案をいただきありがとうございます。 – James