MATLAB-Community-Toolboxes-at-INCF / DeepInterpolation-MATLAB

A MATLAB implementation of the DeepInterpolation principle.
Other
6 stars 4 forks source link

Relocate custom datastore to root namespace #58

Closed vijayiyer05 closed 5 months ago

vijayiyer05 commented 5 months ago

Since there's now a root namespace +deepinterp, it's sensible to relocate the custom datastore there and to avoid redundancy by renaming the class to deepinterp.Datastore

vijayiyer05 commented 5 months ago

The tiny_ophys_training example works in my hands in this branch w/ the updated datastore name. Please confirm @tkuenzmw.

tkuenzmw commented 5 months ago

You need to delete line 15 in setup.m otherwise the tiny_ophys_training.mlx will error on line 1 I think

vijayiyer05 commented 5 months ago

@stevevanhooser: @tkuenzmw & I reviewed this in the morning - it's good to go from both our ends!