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

Implement a few fixes #490

Merged
merged 7 commits into from
Mar 27, 2024
Merged

Implement a few fixes #490

merged 7 commits into from
Mar 27, 2024

Conversation

timmens
Copy link
Member

@timmens timmens commented Mar 13, 2024

In this PR, we implement a few fixes.

  1. Suppress pandas PerformanceWarnings (before this, we suppressed warnings that occurred in the function estimation_table, but these warnings were raised in the function render_latex, where we did not suppress them; for reference, see Improve estimation table #379 )
  2. Add full optimization result to the return object of the estimate_msm function. This closes full optimization results not saved in estimation #491.

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.00%. Comparing base (44a1403) to head (a683ad1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #490      +/-   ##
==========================================
+ Coverage   92.98%   93.00%   +0.01%     
==========================================
  Files         194      194              
  Lines       14649    14659      +10     
==========================================
+ Hits        13621    13633      +12     
+ Misses       1028     1026       -2     

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

@timmens timmens merged commit 7b6ec37 into main Mar 27, 2024
17 checks passed
@timmens timmens deleted the fixes branch March 27, 2024 15:44
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.

full optimization results not saved in estimation
2 participants