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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: