We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
data
1 parent f73c347 commit d8f74c9Copy full SHA for d8f74c9
+file/Dataset.m
@@ -155,6 +155,7 @@
155
% the type should be empty, and we add a custom doc.
156
objCopy = obj;
157
objCopy.name = 'data';
158
+ objCopy.isConstrainedSet = false;
159
objCopy.type = ''; % Reset type, as this now represents a property
160
objCopy.doc = sprintf('Data property for dataset class (%s)', obj.type);
161
props('data') = objCopy;
nwbtest.m
@@ -41,6 +41,7 @@
41
try
42
parser = inputParser;
43
parser.KeepUnmatched = true;
44
+ parser.PartialMatching = false;
45
parser.addParameter('Verbosity', 1);
46
parser.addParameter('Selector', [])
47
parser.addParameter('Namespace', 'tests')
0 commit comments