Skip to content

Commit

Permalink
Remove outputs that break reVX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Jun 11, 2024
1 parent 2820291 commit 79922c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reV/supply_curve/points.py
Original file line number Diff line number Diff line change
Expand Up @@ -1284,8 +1284,6 @@ def summary(self):
"""
meta = {
SupplyCurveField.SC_POINT_GID: self.sc_point_gid,
SupplyCurveField.SC_ROW_IND: self.sc_row_ind,
SupplyCurveField.SC_COL_IND: self.sc_col_ind,
SupplyCurveField.SOURCE_GIDS: self.h5_gid_set,
SupplyCurveField.GID_COUNTS: self.gid_counts,
SupplyCurveField.N_GIDS: self.n_gids,
Expand Down

0 comments on commit 79922c0

Please sign in to comment.