light-scattering-io / caqtus

Package that provides tools to control an experiment
MIT License
0 stars 0 forks source link

Crash when incompatible units are entered for arrange loop #35

Closed light-scattering-io closed 1 month ago

light-scattering-io commented 1 month ago

Describe the bug When creating an arange loop for a sequence, if the units are incompatible between the start, stop and end, condetrol will crash. This also happens for a linspace loop with incompatible start and end.

Expected behavior Condetrol should not crash, it should either display an error message when editing the steps or when running the sequence.

light-scattering-io commented 1 month ago

Actually does not happen for linspace loop