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 c66e09f commit 8d9bc44Copy full SHA for 8d9bc44
optimas/core/trial.py
@@ -123,7 +123,6 @@ def from_dict(
123
Additional parameters needed to identify or carry out the trial, and
124
which will be included in the optimization history.
125
"""
126
-
127
# Prepare values of the input parameters
128
parameter_values = [trial_dict[var.name] for var in varying_parameters]
129
# Prepare evaluations
0 commit comments