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

Parsing intermediate files to match final outputs #52

Open
zoey-rw opened this issue Apr 17, 2024 · 1 comment
Open

Parsing intermediate files to match final outputs #52

zoey-rw opened this issue Apr 17, 2024 · 1 comment

Comments

@zoey-rw
Copy link

zoey-rw commented Apr 17, 2024

I've had simulations fail (due to server disconnection, session timeouts) before reaching the final step of saving output.
Can I convert intermediate output files into the matching formats?

From the "READ OUTPUT" section of the comets.py code, it looks like providing the temporary files' hex id is all that should be needed to initialize a comets object with the previous simulation data and save the reformatted files?

@dukovski
Copy link
Contributor

I am not sure to be honest if that would work, but in principle all data in cometspy is pandas dataframes, so try loading in pandas and see what happens.

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