Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee94 committed May 6, 2024
1 parent b011767 commit 67a0b4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ def test_poly_training_01(self, array_type1, array_type2):
data_feed.training()
assert data_feed.fit_status == "ok"

# TODO: THis does nto actually assert anything, and fails to run
# TODO: This does not actually assert anything, and fails to run
# Leaving code in case someone has time to fix it in the future
# @pytest.mark.unit
# @pytest.mark.parametrize("array_type1", [pd.DataFrame])
Expand Down

0 comments on commit 67a0b4f

Please sign in to comment.