Skip to content

A variety of minor changes, primarily style, a couple of code simplifications

Simon Albright requested to merge overhaul-tweaks into feature/35-codebase-overhaul
  • Finished updating function signatures
  • Made a variety of style changes, mainly for PEP8 compliance
  • Used a try/except/else block to avoid an import error when type_checking in blond/toolbox/filters_and_fitting.py
  • Converted a series of if recursive and ... lines to a single if recursive followed by if ... in blond/trackers/tracker.py
  • Moved the Trackable protocol to blond/utils/types.py
Edited by Simon Albright

Merge request reports

Loading