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

Update conditions when dataset_description created #28

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

kaitj
Copy link
Contributor

@kaitj kaitj commented Sep 17, 2024

Only create during participant runs if file doesn't already exist or if overwrite is True.

Fixes #26

Only create during participant runs if file doesn't already exist or if
overwrite is True.
@kaitj kaitj added the bug Something isn't working label Sep 17, 2024
@kaitj kaitj requested review from clane9 and nx10 September 17, 2024 23:11
@kaitj kaitj self-assigned this Sep 17, 2024
Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.71%. Comparing base (f7d6217) to head (c8fcdf2).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   99.71%   99.71%           
=======================================
  Files          18       18           
  Lines         706      708    +2     
=======================================
+ Hits          704      706    +2     
  Misses          2        2           

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

Oops - accidently commited this
@kaitj kaitj merged commit 113aa7c into childmindresearch:main Sep 19, 2024
5 checks passed
@kaitj kaitj deleted the fix/ds_description branch September 19, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dataset description gets overwritten on every CLI call
2 participants