Skip to content

Commit

Permalink
ModelFits : Fixed error with plotting of showup fit
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartboogert committed Jan 7, 2024
1 parent c4dda8b commit cb6b38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyWitness/ModelFits.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ def plotFitShowup(self):
pred_tpfid_array] = self.calculateFrequenciesForAllCriteria()

confidence = _np.flip(list(
self.processedData.data_rates.columns.get_level_values(self.processedData.dependentVariable, 'central')))
self.processedData.data_rates.columns.get_level_values(self.processedData.dependentVariable)))

x = range(0, pred_tasid_array.size, 1)

Expand Down

0 comments on commit cb6b38c

Please sign in to comment.