-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Paste log output between BEGIN and END:
BEGIN
ERROR [main] Stack: Traceback (most recent call last):
File "/app/main.py", line 37, in fetch_loop
if await fn():
^^^^^^^^^^
File "/app/main.py", line 350, in fn
raise exceptions[0]
File "/app/main.py", line 345, in fn
await t()
File "/app/bmslib/sampling.py", line 155, in call
s = await self._sample_inner()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/bmslib/sampling.py", line 263, in _sample_inner
sample.temperatures = self._filter_temperatures(sample.temperatures)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/bmslib/sampling.py", line 206, in _filter_temperatures
return [round(self._lhq_temp[i].add(temperatures[i]), 2) for i in range(len(temperatures))]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: type NoneType doesn't define round method
END
``