Skip to content
Advertisement

Tag: datajoint

validating parameter dictionaries before insertion in datajoint schema

We’d like to enforce parameter checking before people can insert into a schema as shown below, but the code below doesn’t work. Is there a way to implement pre-insertion parameter checking? Answer This is a great question that has come up many times for us. Most likely the issue is either that you are missing the class’ self reference or

Advertisement