Output file #84
-
Hello, I tried to run an example case, like ctwrap run freeflame freeflame.yaml --parallel --strategy sequence and I got some warnings, with this error message: RuntimeWarning: Output of metadata failed with error message: Do I need to create an empty freeflame.h5 file beforehand? If so, where should it be created? Also, can i choose csv instead of h5 in the YAML configuration file? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 18 replies
-
Shouldn't be necessary. Could you let me know what operating system this is running on? (also, what python version) |
Beta Was this translation helpful? Give feedback.
-
Per your other comment: CSV output currently doesn't appear to work, but that's likely not a big issue to fix (see #86). The advantage of H5 is that you can re-import a solution into a cantera FreeFlame object at a later point. |
Beta Was this translation helpful? Give feedback.
-
@MathXCruz ... one thing I just remembered is that
(I am throwing the 'v' flag in here so you see more output) |
Beta Was this translation helpful? Give feedback.
-
@MathXCruz ... I pushed an update to the repository that should help diagnose the issue (I believe there is something not quite right about the conda environment). From the installation folder, run
to update to the newest version, and then run
which should give the actual error stack. (I added this option as the package converts errors to warnings for batch jobs, which loses important information that I need to diagnose the issue). |
Beta Was this translation helpful? Give feedback.
-
Alright. I believe there's something awry with the conda environment. Could you start over, and make sure that the old environment is completely removed? I.e. start with a deactivated environment in the installation folder (below, I am assuming that your conda environment is 'ctwrap'). Start by removing the old version
and then reinstall as follows:
After this, test it by running
|
Beta Was this translation helpful? Give feedback.
Alright. I believe there's something awry with the conda environment. Could you start over, and make sure that the old environment is completely removed? I.e. start with a deactivated environment in the installation folder (below, I am assuming that your conda environment is 'ctwrap'). Start by removing the old version
and then reinstall as follows:
After this, test it by running