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

Fix bug issue #175 #176

Conversation

christian-oreilly
Copy link
Collaborator

Closes #175

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 ! 🙏 🚀

pylossless/tests/test_bids.py Outdated Show resolved Hide resolved
pylossless/tests/test_bids.py Outdated Show resolved Hide resolved
pylossless/tests/test_bids.py Outdated Show resolved Hide resolved
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 !

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'"
2 participants