Skip to content

Commit

Permalink
reorder vectorized arg
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dudt committed Dec 18, 2024
1 parent 73c5823 commit 26c8bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desc/experimental/_terpsichore.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ def __init__(
exec="",
scalar=True,
mode_family=-1,
surfs=32,
surfs=101,
lssl=1000,
lssd=1000,
M_max=8,
Expand All @@ -731,13 +731,13 @@ def __init__(
eq=eq,
fun=terpsichore,
dim_f=1 if scalar else surfs - 1,
vectorized=True,
target=target,
bounds=bounds,
weight=weight,
normalize=normalize,
normalize_target=normalize_target,
loss_function=loss_function,
vectorized=True,
abs_step=abs_step,
rel_step=rel_step,
processes=processes,
Expand Down

0 comments on commit 26c8bb2

Please sign in to comment.