MetaCell / geppetto-scidash

Geppetto scidash extension
2 stars 1 forks source link

Editing Existing Test Doesn't Update Form with new Parameters #456

Closed jrmartin closed 4 years ago

jrmartin commented 4 years ago

Step 1. Create a new Test using 'InputResistanceTest (neuronunit.tests.passive)' class Step 2. Fill in the form parameters Screenshot from 2020-01-29 07-54-37 Step 3. Save Test and you are back on tests page Step 4. Edit existing test with different class than Step 1 Step 5. In Test editor, select class 'IVCurvePeakTest (neuronunit.tests.channel)'. Step 6. Parameters in form don't get updated to reflect new class, parameters for previous class are present. Parameters in form should be the ones in screenshot of Step 2 Screenshot from 2020-01-29 07-54-09

zsinnema commented 4 years ago

@jrmartin when I do it and I choose InputResistanceTest (neuronunit.tests.druckmann2013) and switch back to IVCurvePeakTest everything works fine. can you give me the class you use?