Skip to content

Commit

Permalink
less code dup
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 6, 2024
1 parent f4f2748 commit 5680001
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,20 +458,7 @@ describe("SensitivityTracesPlot", () => {
paramSettings: {
parameterToVary: "alpha"
},
result: {
batch: {
solutions: sensitivityHasSolutions ? mockSolutions : null,
allFitData: sensitivityHasData ? mockAllFitData : undefined,
pars: {
varying: [
{
name: "alpha",
values: [1.11111, 2.22222]
}
]
}
}
},
result: getMockResult(sensitivityHasSolutions, sensitivityHasData),
parameterSetResults: hasParameterSets ? mockParameterSetResults : {}
},
mutations: {
Expand Down

0 comments on commit 5680001

Please sign in to comment.