Skip to content

Commit

Permalink
decrease decimal precision to 4 places
Browse files Browse the repository at this point in the history
  • Loading branch information
janjagusch committed Aug 3, 2021
1 parent 9fccb8b commit 8dc9635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lightgbm/test_objective_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

_N_ROWS=10_000
_N_COLS=10
_N_DECIMALS=5
_N_DECIMALS=4

_X = pd.DataFrame(np.random.random(size=(_N_ROWS, _N_COLS)))
_Y = pd.Series(np.random.random(size=_N_ROWS))
Expand Down

0 comments on commit 8dc9635

Please sign in to comment.