Skip to content

Small Bugfixes, and refactoring

Compare
Choose a tag to compare
@cpaulik cpaulik released this 21 Apr 15:35
· 506 commits to master since this release
  • Fix bug in jobs argument passing to Validation class.
  • Add support to use a pre initialized DataManager instance in the Validation class.
  • Add support for per dataset reading method names in the DataManager. This
    relaxes the assumption that every dataset has a read_ts method.