Skip to content

Conversation

@christian-oreilly
Copy link
Member

Closes #175

@codecov
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.68%. Comparing base (b3a481b) to head (92b6b50).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #176      +/-   ##
==========================================
+ Coverage   71.90%   73.68%   +1.78%     
==========================================
  Files          22       22              
  Lines        1178     1178              
==========================================
+ Hits          847      868      +21     
+ Misses        331      310      -21     

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

Copy link
Member

@scott-huberty scott-huberty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @christian-oreilly ! 🙏 🚀

bids_root=tmp_path / "bids_dataset",
overwrite=True
)
shutil.rmtree(tmp_path / "bids_dataset")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI the shutil.rmtree isn't actually necessary because tmp_path is a magic pytest fixture and will tear down the temporary directory for you 🙂

@christian-oreilly christian-oreilly merged commit 645cb12 into main Nov 11, 2024
8 checks passed
@christian-oreilly christian-oreilly deleted the 175-typeerror-write_raw_bids-got-an-unexpected-keyword-argument-events_data branch November 11, 2024 20:12
@scott-huberty
Copy link
Member

Thanks @christian-oreilly !

Andesha pushed a commit to Andesha/pylossless that referenced this pull request Mar 31, 2025
* Fix bug issue lina-usc#175

* Code linting.

* Update pylossless/tests/test_bids.py

Co-authored-by: Scott Huberty <[email protected]>

* Update pylossless/tests/test_bids.py

Co-authored-by: Scott Huberty <[email protected]>

* Update pylossless/tests/test_bids.py

Co-authored-by: Scott Huberty <[email protected]>

* Remove print, clean test files, rename test.

---------

Co-authored-by: Scott Huberty <[email protected]>
Andesha pushed a commit to Andesha/pylossless that referenced this pull request Apr 1, 2025
* Fix bug issue lina-usc#175

* Code linting.

* Update pylossless/tests/test_bids.py

Co-authored-by: Scott Huberty <[email protected]>

* Update pylossless/tests/test_bids.py

Co-authored-by: Scott Huberty <[email protected]>

* Update pylossless/tests/test_bids.py

Co-authored-by: Scott Huberty <[email protected]>

* Remove print, clean test files, rename test.

---------

Co-authored-by: Scott Huberty <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeError: write_raw_bids() got an unexpected keyword argument 'events_data'"

3 participants