Skip to content

Commit 188a5f9

Browse files
minor addition
1 parent 5e338e3 commit 188a5f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kielmat/modules/pam/_pam.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ def detect(
268268
# Reshape the data to have dates as rows, hours as columns, and average ENMO as values
269269
hourly_average_data = hourly_average_data.unstack()
270270

271+
self.hourly_average_data = hourly_average_data
272+
271273
# Plot if set to true
272274
if plot:
273275

0 commit comments

Comments
 (0)