Skip to content

Commit

Permalink
Remove codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Apr 1, 2024
1 parent 4cd9ec4 commit 8e4ee00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
43 changes: 0 additions & 43 deletions .codeclimate.yml

This file was deleted.

4 changes: 2 additions & 2 deletions neurokit2/epochs/epochs_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ def epochs_plot(epochs, legend=True, columns="all", **kwargs):
events = nk.events_find(data["Photosensor"],
threshold_keep='below',
event_conditions=["Negative", "Neutral", "Neutral", "Negative"])
epochs = nk.epochs_create(data, events, sampling_rate=100, epochs_end=1)
epochs = nk.epochs_create(data, events, sampling_rate=100, epochs_end=7)
@savefig p_epochs_plot1.png scale=100%
nk.epochs_plot(epochs)
nk.epochs_plot(epochs, columns=["EDA", "RSP"])
@suppress
plt.close()
Expand Down

0 comments on commit 8e4ee00

Please sign in to comment.