Skip to content

Commit

Permalink
pr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yejashi committed Jun 14, 2024
1 parent 9108f05 commit d990fa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thicket/thicket.py
Original file line number Diff line number Diff line change
Expand Up @@ -1243,9 +1243,9 @@ def query_stats(self, query_obj, squash=True, update_inc_cols=True):
dataframe=filtered_df,
exc_metrics=self.exc_metrics.copy(),
inc_metrics=self.inc_metrics.copy(),
metadata=self.metadata,
profile=self.profile,
profile_mapping=self.profile_mapping,
metadata=self.metadata.copy(),
profile=copy.copy(self.profile),
profile_mapping=copy.copy(self.profile_mapping),
statsframe=GraphFrame(graph=self.graph, dataframe=filtered_sf_df),
statsframe_ops_cache=self.statsframe_ops_cache.copy(),
)
Expand Down

0 comments on commit d990fa9

Please sign in to comment.