Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
jrapin committed Feb 10, 2021
1 parent 0685afe commit 253f030
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nevergrad/parametrization/test_parameters_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def test_scalar() -> None:
token = p.Scalar().set_integer_casting()
assert token.spawn_child().set_standardized_data([0.7]).value == 1
new_token = token.spawn_child(new_value=1)
print(new_token)
assert new_token.get_standardized_data(reference=token).tolist() == [1.0]


Expand Down

0 comments on commit 253f030

Please sign in to comment.