Skip to content

Draft: More issue fixes

Kristian Lytje requested to merge more_issue_fixes into release

Updates:

  • Now terminates if there's errors in more than 0.5% (modifiable) of the bins.
  • Fixed issue with landscape plots (issue #25 (closed)).
  • Implemented & tested a custom unit parser (issue #20).
  • Removed most AUSAlib dependencies; we still have a few, see issue #20.
  • Split some functions into two (issue #8 (closed)).
  • Changed all function signatures to snake_case, as used in the standard library (issue #14 (closed)).
  • Added disclaimer to printed chi2 values (issue #24 (closed)).
Edited by Kristian Lytje

Merge request reports