aboutsummaryrefslogtreecommitdiff
path: root/gantools/latent_space.py
AgeCommit message (Collapse)Author
2019-08-21added a check to make sure the correct amount of keys are passed to cubic ↵Vee9ahd1
interpolation (providing a more meaningful error message than TypeError('m > k must hold'))
2019-06-03implemented selectable interpolation and loop settingsVee9ahd1
2019-06-03implemented cubic interpolation proof of conceptVee9ahd1
2019-05-12implemented most of the basic functionality from the prototype script and ↵Vee9ahd1
created some messy tests