Commit 14601a67 authored by juga's avatar juga
Browse files

Add constant: number of most significant digits to round to

parent 1603c888
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ TORFLOW_BW_MARGIN = 0.05
TORFLOW_OBS_LAST = 0
TORFLOW_OBS_MEAN = 1
TORFLOW_OBS_DECAYING = 3
TORFLOW_ROUND_DIG = 3

BW_LINE_SIZE = 510