We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfb2c0 commit 560c651Copy full SHA for 560c651
denmune_skl/tests/test_denmune.py
@@ -141,7 +141,7 @@ def test_dim_reduction_logic(blob_data):
141
model_no_reduce = DenMune(reduce_dims=False)
142
model_no_reduce.fit(X)
143
# Should always have `reducer_` params regardless of performing dim reduction
144
- # or not
+ # or not.
145
assert hasattr(model_no_reduce, "reducer_")
146
assert_array_equal(model_no_reduce.projected_X_, X)
147
0 commit comments