You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran the command python gen_ns_incomp.py, I encountered the below error:
File "/home/liyezhang/hzh/PDEBench/pdebench/data_gen/src/data_io.py", line 68, in to_centre_grid
if isinstance(field, CenteredGrid):
TypeError: isinstance() arg 2 must be a type or tuple of types
How I can solve this problem?
The text was updated successfully, but these errors were encountered:
When I ran the command
python gen_ns_incomp.py
, I encountered the below error:File "/home/liyezhang/hzh/PDEBench/pdebench/data_gen/src/data_io.py", line 68, in to_centre_grid
if isinstance(field, CenteredGrid):
TypeError: isinstance() arg 2 must be a type or tuple of types
How I can solve this problem?
The text was updated successfully, but these errors were encountered: