Skip to content

Commit

Permalink
Remove del operations
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryPetrochenkov-NOAA committed Oct 12, 2023
1 parent 6de09f1 commit 0054ea3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gval/accessors/gval_xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ def categorical_compare(
else:
attributes_df = results

del candidate, benchmark

agreement_map = (
agreement_map.gval.vectorize_data()
if vector_agreement
Expand All @@ -270,8 +268,6 @@ def categorical_compare(

return agreement_map, crosstab_df, metrics_df, attributes_df

del candidate, benchmark

agreement_map = (
agreement_map.gval.vectorize_data() if vector_agreement else agreement_map
)
Expand Down

0 comments on commit 0054ea3

Please sign in to comment.