1
0
Fork 0
QuaPy/LeQua2022/constants.py

13 lines
193 B
Python
Raw Normal View History

DEV_SAMPLES = 1000
TEST_SAMPLES = 5000
2021-11-08 18:01:49 +01:00
TXA_SAMPLE_SIZE = 250
TXB_SAMPLE_SIZE = 250
T1A_SAMPLE_SIZE = 250
T1B_SAMPLE_SIZE = 1000
2021-11-08 18:01:49 +01:00
T2A_SAMPLE_SIZE = 250
T2B_SAMPLE_SIZE = 1000
ERROR_TOL = 1E-3