Skip to content

Commit

Permalink
Updating docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Sep 26, 2024
1 parent 981147d commit 60043b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_learn_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_can_run_learn_loop(test_des_data_path):
def test_can_run_learn_loop_uncsample(test_des_data_path):
"""Test that learn_loop can load data and run.
This instance is distinct from the previous because it uses `UncSample` strategy
and runs for 5 loops instead of 1.
and runs for 2 loops instead of 1.
"""
with tempfile.TemporaryDirectory() as dir_name:
# Create the feature files to use for the learning loop.
Expand Down

0 comments on commit 60043b2

Please sign in to comment.