Joshua Teves

Results 19 issues of Joshua Teves

Hi all, I recently put together a small python package to enable users to interface with EGI-Magstim amplifiers via the NetStation interface. There is a previous implementation in Python2 (egi.py),...

🌟 enhancement

#### Reference issue Example: Fixes #10466 #### What does this implement/fix? Adds a preprocessing GradientRemover class that can be used to perform MRI-EEG gradient artifact correction with templates. #### Additional...

Closes #762 . Note that there is some root issue causing the divide by 0 in the first place, but I haven't figured out why it's happening. Since we at...

Closes #817 . Changes proposed in this pull request: - Adds 3.10 Support, testing

Closes #403, #808, #809 Supercedes #592   Changes proposed in this pull request: See #592 This replaces the inflexible decision tree in tedica.py with a modular structure that will allow for...

When using a miniconda3 environment or pip install, the following import error occurs: ``` Failed to import duecredit due to No module named 'duecredit' ``` Unless we are avoiding acknowledging...

documentation

### Summary With the newest release of Python, we should add 3.10 support. ### Next Steps - [ ] Add 3.10 to allowed python versions - [ ] Include 3.10...

maintenance

### Summary While running `main`, we can currently experience a RuntimeWarning from dividing by zero during the dice coefficient calculation. This is due to some changes to the dice calculation...

bug
priority: low
effort: low
impact: low

### Summary As of Numpy 1.20.0, the aliases `np.int` and `np.float` are deprecated. We have an instance of this in the codebase which we should patch. The overwhelming majority are...

refactoring

### Summary We should add tests for the newly refactored metric calculations. ### Next Steps - [ ] Determine what tests should be written - [ ] Write the tests

testing
priority: medium
effort: medium
impact: low