Skip to content

Commit 3a9a554

Browse files
committed
Update test
1 parent 7cede2d commit 3a9a554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/informatics/test_predictors.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ def test_chemical_featurizer(chemical_featurizer):
276276
'type': 'ChemicalFormulaFeaturizer'
277277
}
278278

279-
chemical_featurizer.powers = [0.5, -1.5]
279+
chemical_featurizer.powers = [0.5, -1]
280280
with pytest.warns(PendingDeprecationWarning):
281-
assert chemical_featurizer.powers_as_float == [0.5, -1.5]
281+
assert chemical_featurizer.powers_as_float == [0.5, -1.0]
282282
with pytest.warns(UserWarning):
283283
assert chemical_featurizer.powers == [0, -1]
284284

0 commit comments

Comments
 (0)