Skip to content

Commit

Permalink
Add suppress warnings decorator to estimation_table
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Mar 27, 2024
1 parent 7133644 commit 7367063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/estimagic/visualization/estimation_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
suppress_performance_warnings.filter(category=pd.errors.PerformanceWarning)


@suppress_performance_warnings
def estimation_table(
models,
*,
Expand Down

0 comments on commit 7367063

Please sign in to comment.