Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] - Add functionality for managing sim params and simulating multiple signals together #329

Merged
merged 47 commits into from
Sep 2, 2024

Merge branch 'main' into simp

97ca7b2
Select commit
Loading
Failed to load commit list.
Merged

[ENH] - Add functionality for managing sim params and simulating multiple signals together #329

Merge branch 'main' into simp
97ca7b2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 2, 2024 in 0s

98.02% (-0.03%) compared to c603f5a

View this Pull Request on Codecov

98.02% (-0.03%) compared to c603f5a

Details

Codecov Report

Attention: Patch coverage is 97.93689% with 17 lines in your changes missing coverage. Please review.

Project coverage is 98.02%. Comparing base (c603f5a) to head (97ca7b2).

Files with missing lines Patch % Lines
neurodsp/sim/params.py 93.12% 9 Missing ⚠️
neurodsp/sim/multi.py 92.68% 3 Missing ⚠️
neurodsp/sim/update.py 96.84% 3 Missing ⚠️
neurodsp/sim/signals.py 99.20% 1 Missing ⚠️
neurodsp/utils/core.py 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #329      +/-   ##
==========================================
- Coverage   98.05%   98.02%   -0.03%     
==========================================
  Files         102      110       +8     
  Lines        3180     3995     +815     
==========================================
+ Hits         3118     3916     +798     
- Misses         62       79      +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.