BCDA-APS / mdaviz

Data visualization for mda
https://bcda-aps.github.io/mdaviz/
Other
3 stars 0 forks source link

Handle case where X is None in selection fields #146

Closed rodolakis closed 3 weeks ago

rodolakis commented 3 weeks ago

selection = {"Y": [1], "X": None}

this case makes the app crashes. Y:[] is fine though. Default X to 0 instead of None.