Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 19, 2024
1 parent 1bbe745 commit f25a77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdist/amici/petab/conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _get_par(model_par, value, mapping):
key: _get_par(key, val, map_sim_fix)
for key, val in map_sim_fix.items()
}
map_sim_fix_var = dict(map_sim_fix, **map_sim_var)
map_sim_fix_var = map_sim_fix | map_sim_var
map_sim_var = {
key: _get_par(key, val, map_sim_fix_var)
for key, val in map_sim_var.items()
Expand Down

0 comments on commit f25a77b

Please sign in to comment.