Fix: hdf5 v3 not supported
1 unresolved thread
1 unresolved thread
Regenerated the reference files for the tests with the new version of hdf5.
Fixes #28 (closed).
Merge request reports
Activity
requested review from @amohammadi
assigned to @ydayer
added 1 commit
- dfb95775 - Fix the step count of train and set seed correctly
- Resolved by Yannick DAYER
28 28 29 29 from bob.bio.base.test import utils 30 30 from bob.bio.gmm.algorithm import GMM 31 from bob.learn.em.mixture import GMMMachine 32 from bob.learn.em.mixture import GMMStats 31 from bob.learn.em.mixture.gmm import GMMMachine 32 from bob.learn.em.mixture.gmm import GMMStats added 1 commit
- cce8ebd4 - Prevent the regeneration of references in tests
mentioned in commit 56bc342f
Please register or sign in to reply