Rigbox icon indicating copy to clipboard operation
Rigbox copied to clipboard

A MATLAB toolbox for running behavioral neuroscience experiments and managing data

Results 104 Rigbox issues
Sort by recently updated
recently updated
newest added

We should make sure that the paths file can accept paths as strings in addition to chars as users pay little attention to the type of quotes used. Likewise with...

enhancement
priority: low

Related to https://github.com/cortex-lab/alyx-matlab/issues/52, the viewSubjectHistory test should not rely so much on the test database's state. The plan is thus: 1. For subject `ZM_1087` delete all weights and water posts...

Add a way to delete numRepeats parameter or globalise it so the experiment doesn't end once the number for numRepeats has been reached

enhancement
wontfix
priority: low
signals

The following errors are sporadic and due to the test running too slowly: ``` ================================================================================ Verification failed in AlyxPanel_test[BaseURL=https___test_alyx_internationalbrainlab_org]/test_updateWeightButton. ---------------- Test Diagnostic: ---------------- Button failed to reset --------------------- Framework Diagnostic:...

bug
enhancement
wontfix

https://github.com/cortex-lab/Rigbox/blob/f0a19d5f34a2160982f032fa5525d6e3425d94ef/tests/AlyxPanel_test.m#L233-L237 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in f0a19d5f34a2160982f032fa5525d6e3425d94ef when #178 was merged. cc @cortex-lab.

todo :spiral_notepad:

currently all conditions are sorted by first selected column --- https://github.com/cortex-lab/Rigbox/blob/41d690ae57c38727108e275e02b78966d96d4176/+eui/ConditionPanel.m#L280-L285 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 41d690ae57c38727108e275e02b78966d96d4176 when #148 was merged....

wontfix
todo :spiral_notepad:

https://github.com/cortex-lab/Rigbox/blob/19018b4133c33be2947301dd3d0122fcc6a38e24/+eui/ParamEditor.m#L212-L217 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 19018b4133c33be2947301dd3d0122fcc6a38e24 when #118 was merged. cc @cortex-lab.

todo :spiral_notepad:

causes an error when 'a' gets updated in a way which 'b' does not expect. e.g. ``` net = sig.Net; a = net.origin('a'); sub = a.subscriptable; b = sub.aField; a.post(1);...

bug
priority: low
signals

MC would be more usable if the dropdown menus were organized to put the entries that the user most likely wants near the top. Three specific suggestions: * If the...

enhancement

MC would be easier to use if it didn't require the user to know which expDef each mouse should be run on. When the user selects a mouse from the...

enhancement