-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
Description
BasisGenerator, BasisWriter, BasisReader, and SVD classes use the concept of time interval, assuming snapshot/basis for multiple time intervals. However, this has never been used in practice, and rather complicates the code implementation. It is decided to remove this concept, enforcing single time interval from PR #261 .
Optionsclass and the classes above should not be initialized withmax_time_intervals.- Snapshot and basis datasets should not be named with the number of interval.
loadSamples,takeSamples,computeSVD, and etc should not use the number of interval, assuming single time interval.