Skip to content

Commit

Permalink
took care of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Louviot committed Nov 4, 2024
1 parent 416a5cf commit d9e664b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion src/eeg_research/simulators/bids_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import shutil
import tempfile
from pathlib import Path
from typing import Generator, Any
from typing import Any, Generator

import mne
import numpy as np
Expand Down
10 changes: 0 additions & 10 deletions src/eeg_research/simulators/eeg_simulator.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
"""Simulate EEG data for testing purposes."""

import json
import shutil
import tempfile
from pathlib import Path
from typing import Any

import mne
import neurokit2 as nk
import numpy as np
import pandas as pd
from mne import create_info
from mne.io import RawArray

from eeg_research.simulators.path_handler import DirectoryTree

# TODO:
# - refactor the eeg dataset generation with the newly populate labels method
# - add the simulation of:
# - EOG
# - gradient artifacts
Expand Down

0 comments on commit d9e664b

Please sign in to comment.