kbressem / trainlib

MIT License
4 stars 0 forks source link

Minor bugfixes #50

Closed kbressem closed 1 year ago

kbressem commented 1 year ago

Fixes two issues:

  1. PyYAML is not compatible with pathlib.Path objects, which were introduced in the config at #19
  2. if y in viewer.BasicViewer did not work for arrays. if y is not None does work.