We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
>> dj.set('restore') Error using dj.set (line 33) Parameter name does not exist
dj.set.m, Line 33:
assert(isfield(STATE,name), 'Parameter name does not exist')
'restore' is not a field of STATE
The text was updated successfully, but these errors were encountered:
The fix will be included in upcoming release.
Sorry, something went wrong.
fixed a bug in dj.set (issue datajoint#63)
e8675c0
fixed dj.set('restore') -- issue datajoint#63
4a29004
Merge pull request #64 from dimitri-yatsenko/issue63
46aed92
Fix issue #63
Fixed in #64
dimitri-yatsenko
No branches or pull requests
dj.set.m, Line 33:
'restore' is not a field of STATE
The text was updated successfully, but these errors were encountered: