Skip to content

Commit

Permalink
Clear data after plot is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpalmieri committed Aug 26, 2024
1 parent 0bf4fbf commit bcbfcdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lavague-core/lavague/core/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,4 +609,6 @@ def get_summary(self):
plot = chart_generator.plot_waterfall()
table = chart_generator.get_summary_df()

clear_profiling_data()

return plot, table

0 comments on commit bcbfcdb

Please sign in to comment.