You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looking in the logs for assertion errors on an unrelated topic, this assert appeared a couple of times as well:
Mar 21 16:23:48 tests.stockfishchess.org pserve[17087]: File "/home/fishtest/fishtest/server/fishtest/stats/LLRcalc.py", line 94, in MLE_t_value
Mar 21 16:23:48 tests.stockfishchess.org pserve[17087]: x = secular(pdf1)
Mar 21 16:23:48 tests.stockfishchess.org pserve[17087]: File "/home/fishtest/fishtest/server/fishtest/stats/LLRcalc.py", line 33, in secular
Mar 21 16:23:48 tests.stockfishchess.org pserve[17087]: assert v * w < 0
Mar 21 16:23:48 tests.stockfishchess.org pserve[17087]: AssertionError:
--
Mar 21 20:28:27 tests.stockfishchess.org pserve[17087]: File "/home/fishtest/fishtest/server/fishtest/stats/LLRcalc.py", line 94, in MLE_t_value
Mar 21 20:28:27 tests.stockfishchess.org pserve[17087]: x = secular(pdf1)
Mar 21 20:28:27 tests.stockfishchess.org pserve[17087]: File "/home/fishtest/fishtest/server/fishtest/stats/LLRcalc.py", line 33, in secular
Mar 21 20:28:27 tests.stockfishchess.org pserve[17087]: assert v * w < 0
Mar 21 20:28:27 tests.stockfishchess.org pserve[17087]: AssertionError:
--
Mar 22 04:46:00 tests.stockfishchess.org pserve[17087]: File "/home/fishtest/fishtest/server/fishtest/stats/LLRcalc.py", line 94, in MLE_t_value
Mar 22 04:46:00 tests.stockfishchess.org pserve[17087]: x = secular(pdf1)
Mar 22 04:46:00 tests.stockfishchess.org pserve[17087]: File "/home/fishtest/fishtest/server/fishtest/stats/LLRcalc.py", line 33, in secular
Mar 22 04:46:00 tests.stockfishchess.org pserve[17087]: assert v * w < 0
Mar 22 04:46:00 tests.stockfishchess.org pserve[17087]: AssertionError:
The text was updated successfully, but these errors were encountered:
looking in the logs for assertion errors on an unrelated topic, this assert appeared a couple of times as well:
The text was updated successfully, but these errors were encountered: