Open JohannesBuchner opened 2 months ago
Hi! I wasn't able to reproduce exactly this issue, although, got KeyError: "Unable to synchronously open object (object 'Simulated_data' doesn't exist)"
when saving the simulation. However, a demo.h5
file is saved in the root dir as expected. We are working on fixing this and improving the saving process. In the meantime, could you, please, let us know if any file was saved when you tried? Thanks.
We have implemented some updates to the load/save menus:
1- Got rid of the Load/Save Orbitals entries. Commented the functions _loadOrbitals
and _saveOrbitals
and added this comment: "This should be implemented/updated on Jordan's update - summer 2024".
2- Save Simulation/Sample/Summary are disable when the GUI is loaded. Save Simulation is also enabled after Import Dataset or Load ReMagX.
optimizationFinished
._loadFile
) or load sample (_loadSample
)_loadFile
) or Save Workspace As (_saveAsFile
). This procedure eliminates the issue the reviewer noticed - error when trying to save the simulation before saving the workspace.