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

[DATA GENERATION] Not able to follow #39

Open
prantik-pdeb opened this issue Mar 10, 2024 · 3 comments
Open

[DATA GENERATION] Not able to follow #39

prantik-pdeb opened this issue Mar 10, 2024 · 3 comments

Comments

@prantik-pdeb
Copy link

On running:

./src/data/generate_kolmogorov.py

We get the error:
./src/data/generate_kolmogorov.py: line 11: syntax error near unexpected token from' ./src/data/generate_kolmogorov.py: line 11: from ..pisr.experimental import define_path as pisr_flags'

can you guide us through the data generation process.

@danielkelshaw
Copy link
Member

There’s nothing on line 11 of that file? Could you give a more detailed error message? This runs fine on my end.

Did you change the code at all, if so can you provide a diff?

@danielkelshaw
Copy link
Member

FWIW -- I just made a fresh clone of the repo and ran the following command:

$ python -m src.data.generate_kolmogorov --data_path ./tmp.h5 --time_simulation 2.0 
$ # note: short time of simulation to quickly test

This ran without any errors and produced a simulation result.

@prantik-pdeb
Copy link
Author

Thanks! it's working.

FWIW -- I just made a fresh clone of the repo and ran the following command:

$ python -m src.data.generate_kolmogorov --data_path ./tmp.h5 --time_simulation 2.0 
$ # note: short time of simulation to quickly test

This ran without any errors and produced a simulation result.

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

2 participants