Skip to content

Commit 8d9bc44

Browse files
committed
Remove line
1 parent c66e09f commit 8d9bc44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

optimas/core/trial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def from_dict(
123123
Additional parameters needed to identify or carry out the trial, and
124124
which will be included in the optimization history.
125125
"""
126-
127126
# Prepare values of the input parameters
128127
parameter_values = [trial_dict[var.name] for var in varying_parameters]
129128
# Prepare evaluations

0 commit comments

Comments
 (0)