Skip to content

Commit

Permalink
after hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHebing committed Jan 28, 2025
1 parent 75319c0 commit a54bd78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/bofire/data_models/specs/objectives.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
specs.add_valid(
objectives.InRangeDesirability,
lambda: {
"bounds": [0.0, 10.0], "clip": True, "w": 1.0,
"bounds": [0.0, 10.0],
"clip": True,
"w": 1.0,
},
)

0 comments on commit a54bd78

Please sign in to comment.