Skip to content

Commit

Permalink
fix LC2ST tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler committed Oct 4, 2024
1 parent b1bf66e commit fb33403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lc2st_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def test_lc2st_false_positiv_rate(method):

# use big num_train and num_epochs to obtain "good" estimator
# (convergence of the estimator)
num_train = 1_000
num_train = 5_000
num_epochs = 200

num_cal = 1_000
Expand Down

0 comments on commit fb33403

Please sign in to comment.