-
- Downloads
Fix bug where pulses special_type DateTimes are recognized
Just a typo in the typechecking code that looks at the cell's base_type for type/DateTime and not it's special_type as well. This commit fixes that and adds a test for it.
Please register or sign in to comment