Closed hayleyclev closed 6 months ago
@hayleyclev I have made some changes and it should now be fixed. Thank you for pointing this out it would would've been a problem for all times when there are mutiple datasets with the same dtype. Please let me know if it has worked and then I can close this issue
save_model function error occurrence when model inputs include multiple data objects of the same type. In this instance I was trying to use two separate convection inputs (one for a SuperDARN data set, one for a PFISR data set) from the same experiment/event timeframe. The below code in the MWE works for just PFISR or just SuperDARN as inputs, but produces the below error when trying to use both simultaneously.
Error:
MWE (pseudo code - functions that collect data are not included):