We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
need save/restore functionality:
save_group(filename, *args)
to save groups or data listed to an HDF5 file, with some Larch-specific metadata to signal how to read it back, and a corresponding
data = restore_group(filename, itemname)
Possibly include an optional:
restore_group(filename, all=True)
to restore all groups to their saved names in the current session.
Unlike hdf5_group(), this should open, read, copy data into session, and close the save file.
The text was updated successfully, but these errors were encountered:
seems to be work, but needs more exercising and testing. Especially needed are params / fits for bothe minimize() and feffit().
Sorry, something went wrong.
Related to #363
No branches or pull requests
need save/restore functionality:
to save groups or data listed to an HDF5 file, with some Larch-specific metadata to signal how to read it back, and a corresponding
Possibly include an optional:
to restore all groups to their saved names in the current session.
Unlike hdf5_group(), this should open, read, copy data into session, and close the save file.
The text was updated successfully, but these errors were encountered: