Skip to content

Commit 560c651

Browse files
committed
Doing a dummy change because the test should pass
1 parent 6cfb2c0 commit 560c651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denmune_skl/tests/test_denmune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_dim_reduction_logic(blob_data):
141141
model_no_reduce = DenMune(reduce_dims=False)
142142
model_no_reduce.fit(X)
143143
# Should always have `reducer_` params regardless of performing dim reduction
144-
# or not
144+
# or not.
145145
assert hasattr(model_no_reduce, "reducer_")
146146
assert_array_equal(model_no_reduce.projected_X_, X)
147147

0 commit comments

Comments
 (0)