Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warning about not saving modal_results
To save modal_results inside CampbellResults we would need to edit the data dictionary which is dumped in the .toml file. The key for each modal_result would need to be changed from float to str and we would need to add nested dicts inside data to store the modal result. The load method for the CampbellResults class would also need to be modified to first load the modal_results and then the remaining data to be able to instantiate the CampbellResults.
- Loading branch information