You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error using dj.Imported
Abstract classes cannot be instantiated. Class 'dj.Imported' inherits abstract methods or
properties but does not implement them. See the list of methods and properties that
'dj.Imported' must implement if you do not intend the class to be abstract.
Error in dj.internal.TableAccessor (line 41)
self.(name) = dj.(tierClass{2})(className{1});
Error in dj.Schema (line 69)
self.v = dj.internal.TableAccessor(self);
Error in ephys.getSchema (line 5)
schemaObject = dj.Schema(dj.conn, 'ephys', [db_prefix, 'ephys']);