Skip to content

Commit

Permalink
Repeat change of #1313 (#1323)
Browse files Browse the repository at this point in the history
Repeating the change made in #1313. Somehow it got overwritten to the old version.

Co-authored-by: Jonas Arruda <69197639+arrjon@users.noreply.github.com>
  • Loading branch information
Doresic and arrjon committed Mar 14, 2024
1 parent 3c2d2f1 commit f2b64d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pypesto/hierarchical/semiquantitative/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1090,11 +1090,8 @@ def save_inner_parameters_to_inner_problem(
group
)

lower_trian = np.tril(np.ones((len(s), len(s))))
xi = np.dot(lower_trian, s)

for idx in range(len(inner_spline_parameters)):
inner_spline_parameters[idx].value = xi[idx]
inner_spline_parameters[idx].value = s[idx]

sigma = group_dict[INNER_NOISE_PARS]

Expand Down

0 comments on commit f2b64d1

Please sign in to comment.