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] change verbosity levels #507

Merged
merged 14 commits into from
Feb 7, 2022

Conversation

Remi-Gau
Copy link
Contributor

@Remi-Gau Remi-Gau commented Feb 3, 2022

  • add basic filter function to transformers
  • start implementing more flexible verbosity

@Remi-Gau Remi-Gau changed the base branch from main to dev February 3, 2022 15:04
@codecov
Copy link

codecov bot commented Feb 3, 2022

Codecov Report

Merging #507 (0b968be) into dev (418b16a) will decrease coverage by 0.46%.
The diff coverage is 82.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #507      +/-   ##
==========================================
- Coverage   73.02%   72.56%   -0.47%     
==========================================
  Files         192      192              
  Lines        4060     4086      +26     
==========================================
  Hits         2965     2965              
- Misses       1095     1121      +26     
Flag Coverage Δ
unittests 72.56% <82.69%> (-0.47%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/workflows/roi/bidsCreateROI.m 0.00% <ø> (ø)
src/bids_model/applyTransformersToEventsTsv.m 83.63% <79.54%> (-3.04%) ⬇️
src/IO/loadAndCheckOptions.m 91.66% <100.00%> (ø)
src/defaults/checkOptions.m 90.58% <100.00%> (ø)
src/messages/errorHandling.m 100.00% <100.00%> (ø)
src/messages/isTtest.m 100.00% <100.00%> (ø)
src/messages/notImplemented.m 100.00% <100.00%> (ø)
src/messages/printCredits.m 16.66% <100.00%> (-83.34%) ⬇️
src/messages/printToScreen.m 50.00% <100.00%> (-50.00%) ⬇️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 418b16a...0b968be. Read the comment docs.

@Remi-Gau Remi-Gau linked an issue Feb 6, 2022 that may be closed by this pull request
@Remi-Gau Remi-Gau changed the title [WIP] [ENH] Extend BIDS model transformation capabiliites [ENH] change verbosity levels Feb 7, 2022
@Remi-Gau Remi-Gau merged commit 5651914 into cpp-lln-lab:dev Feb 7, 2022
@Remi-Gau Remi-Gau deleted the extend_transformation branch February 16, 2022 06:31
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.

Improve verbosity control with different levels
1 participant