MDSplus / mdsplus

The MDSplus data management system
https://mdsplus.org/
Other
75 stars 45 forks source link

getMany should fill in `None` when a quantity is not retrievable #2812

Open joshStillerman opened 1 month ago

joshStillerman commented 1 month ago

Affiliation MIT PSFC

Platform(s) Ubuntu

Installation Method(s) The method(s) used to install MDSplus. mdsplus.org repository

Describe the bug When there are expressions requested in Connection.getMany that can not be evaluated for a given shot, fill the quantity with None instead of throwing an error.

This could be optional with an argument, or always the case.