tecamenz

Results 5 issues of tecamenz

**Describe the bug** Enable Protune in MultiShotMode (SubMode=TimeLapse) fails with "Error 500: Internal Server Error" **To Reproduce** ``` gopro.gpControlSet(constants.Setup.VOICE_CONTROL, constants.Setup.VoiceControl.OFF) gopro.gpControlSet(constants.Setup.AUTO_OFF, constants.Setup.AutoOff.Never) gopro.mode(constants.Mode.MultiShotMode, constants.Mode.SubMode.MultiShot.TimeLapse) gopro.gpControlSet(constants.Multishot.PROTUNE_MULTISHOT, constants.Multishot.ProTune.ON) ``` Last line produces:...

**Describe the bug** On certain ECG's with missing data or longer periods of constant values (e.g. zeros), `ecg_peaks` with `method="neurokit"` fails to find all but two peaks. Below I attached...

wontfix

### Prerequisites * [ x] Put an X between the brackets on this line if you have done all of the following: * Checked the online documentation: https://mimic.mit.edu/ * Checked...

We are trying to download the **mimic3wdb-matched** database via `wfdb.io.dl_database` like so: `wfdb.io.dl_database("mimic3wdb-matched", "mimic3wdb-matched", records='all', annotators='all', keep_subdirs=True, overwrite=False)` After a long wait, we get an error indicating a missing file:...

According to your [notebook](https://github.com/Aura-healthcare/ecg_qc/blob/main/ecg_qc-methodology/3_ml_patients_consolidation/ml_patients_consolidation.ipynb), you create your validation set based on a sample of 20% of the initial data set: `df_ml_conso_for_model, df_ml_conso_validation = train_test_split(df_ml_conso, test_size=0.2, random_state=42)` If this is the...