spedas / pyspedas

Python-based Space Physics Environment Data Analysis Software
https://pyspedas.readthedocs.io/
MIT License
143 stars 58 forks source link

store_data crashes if one of the referenced variables doesn't exist. #797

Closed jameswilburlewis closed 3 months ago

jameswilburlewis commented 4 months ago

store_data crashes when it is used to create a pseudovariable from tplot base variables and one of them does not exist. IDL handles this correctly. Example:

store_data(panel01, data=['nonexistent1', 'nonexistent2'])