Skip to content

Commit

Permalink
fixup! fix: allow even more complex bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Oct 25, 2024
1 parent 4b5c666 commit 9e4616d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fitting/test-binding.jl
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ bind!(prob, 1 => :a_2, 2 => :a_2)
bind!(prob, 1 => :K_1, 1 => :a_1)
details(prob)
params, mapping = SpectralFitting._build_parameter_mapping(prob.model, prob.bindings)
@test mapping == ([1, 1, 2],)
@test mapping == ([1, 1, 2, 3], [1, 2, 2, 3])

0 comments on commit 9e4616d

Please sign in to comment.