AMP-SCZ / eeg-qc-dash

Plotly/Dash based web application for checking quality of EEGs
Apache License 2.0
2 stars 1 forks source link

DEBUG mode will reinitialize app #25

Open tashrifbillah opened 1 year ago

tashrifbillah commented 1 year ago

After .scores.pkl and .click has been moved to asset directory e.g. /data/predict/data_form_nda/, dash compares the two files and detects their changes. In consequence, the app reinitializes.

So, we can no longer use DEBUG mode to test things. It would have to be in production mode.