Small Bugfixes, and refactoring
- 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 aread_ts
method.