-
Notifications
You must be signed in to change notification settings - Fork 17
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
adding TDRP file for beltrami validation - output_txt=TRUE. This can … #28
base: main
Are you sure you want to change the base?
Conversation
…probably be refined in the future to only print what we need!
// | ||
// Type: boolean | ||
|
||
output_txt = FALSE; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the PR title, is output_txt
supposed to be set to TRUE
here?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
=======================================
Coverage 33.15% 33.15%
=======================================
Files 51 51
Lines 17118 17118
=======================================
Hits 5675 5675
Misses 11443 11443 ☔ View full report in Codecov by Sentry. |
… VERY basic correctness check. Expect numbers to be different for each test case. Waiting for confirmation from John on ref.log file
…probably be refined in the future to only print what we need!