Open florianduclot opened 11 months ago
From what I can see, this may result from a change introduced in fc4dc557da0a91018466122443329d37f4a9787e
I'm not sure what the type of new_time
was expected there, but I can bypass this check for int
very crudly (see below) and I no longer have that error; I can thus set a time interval just fine:
def set_time(self, new_time):
if type(new_time) is not int and new_time.is_nan():
return
Hi, this issue should be fixed in v. 8.22.15 just released. Can you confirm this?
BORIS version: 8.22.6
Describe the bug In the "New observation" dialog window, clicking the "Limit observation to a time interval" checkbox triggers an error:
To Reproduce Steps to reproduce the behavior:
Expected behavior The Time Interval dialog window should display.
Desktop (please complete the following information):