jonescompneurolab / hnn-core

Simulation and optimization of neural circuits for MEG/EEG source estimates
https://jonescompneurolab.github.io/hnn-core/
BSD 3-Clause "New" or "Revised" License
53 stars 52 forks source link

BUG: Deleting drives in GUI after file upload prevents loading of the same file #698

Closed ntolley closed 8 months ago

ntolley commented 8 months ago

As title states, found by @gtdang

gtdang commented 8 months ago

ah. Seems like this bug just happened because of what we were doing with testing the FileUpload counter. I had commented out the resetting of the widget to show the counter incrementing to 1. We decided to continue to zero it instead. This actually resolves this. Good to know for if we ever want to restore the counter functionality, but I think this can be closed.