Rubén Gaspar Marco
Rubén Gaspar Marco
**Describe the bug** `eda_plot` throws `ValueError` when the number of onsets is not the same as the number of peaks because of the sentence https://github.com/neuropsychology/NeuroKit/blob/c1104386655724a5c624e740abf651c939fc5e48/neurokit2/eda/eda_plot.py#L114 **To Reproduce** 1. Get a...
### Description: In the `network.py` file, within the `network_action()` function, I came across a [code snippet](https://github.com/Jjschwartz/NetworkAttackSimulator/blob/4f26de37cfdc3e4553ed8b7484c4db8e2924bdea/nasim/envs/network.py#L84C7-L88) that I don't fully understand, raising questions about its functionality. The code snippet in...