Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An issue in data_gen/src/data_io.py for isinstance(field, CenteredGrid) #79

Open
321hu opened this issue Dec 4, 2024 · 0 comments
Open

Comments

@321hu
Copy link

321hu commented Dec 4, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant