-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat: Enable reservoir+wells+contact mechanics #3356
Conversation
paveltomin
commented
Sep 13, 2024
•
edited
Loading
edited
- fim
- sequential
- test cases
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3356 +/- ##
========================================
Coverage 56.47% 56.48%
========================================
Files 1074 1074
Lines 90499 90502 +3
========================================
+ Hits 51113 51118 +5
+ Misses 39386 39384 -2 ☔ View full report in Codecov by Sentry. |
@CusiniM, @MelReyCG, @castelletto1, @corbett5, @rrsettgast, @untereiner, and/or @wrtobin could you please review? |
@@ -169,7 +169,6 @@ string TableTextFormatter::toString( TableData const & tableData ) const | |||
|
|||
outputLayout( tableOutput, columns, msgTableError, sectionSeparatingLine ); | |||
outputSectionRows( columns, sectionSeparatingLine, tableOutput, nbValuesRows, TableLayout::Section::values ); | |||
tableOutput << '\n'; |
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.
won't this affect other tables as well?
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.
it will and I hate that additional line break
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.
okay, maybe a separate small PR for this would be better. Unless it's a known issue. What tables are these we are writing to the log?
Also coz if you move it to its own PR you get rid of some codeowners and we can merge this.
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.
ok let me revert
rebaseline needed because of |