Skip to content

Fixing multiple issues with the fraction contour plots

Alexander Froch requested to merge alfroch-fix-contour into master

Summary

This MR introduces the following changes

  • Fixing an issue with the permutation calculation of the fraction values.
  • Fixing marker position check. If the marker is not on the plotted line, an error will be raised.
  • Fixing the plotting for multiple rejections with one or more fixed_rejections.
  • Changing the plottype for the contour plots from Frac_contour to fraction_contour. For backward compatibility reasons, the old Frac_contour is still supported but a TODO is added to remove it in future versions.
  • A little clean up in the evaluate_model.py

Conformity

Edited by Alexander Froch

Merge request reports