Skip to content

Commit

Permalink
Remove debug print statement in ParquetUpdater for cleaner output
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva committed Dec 11, 2024
1 parent db47a27 commit 2387648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/Updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def groupAlarms(self, pivotFrames):
dateFrom, dateTo = hp.defaultTimeRange(2)
metaDf = self.pq.readFile('parquet/raw/metaDf.parquet')
# frames, pivotFrames = self.alarms.loadData(dateFrom, dateTo)
print(111, len(metaDf), len(pivotFrames))

nodes = metaDf[~(metaDf['site'].isnull()) & ~(
metaDf['site'] == '') & ~(metaDf['lat'] == '') & ~(metaDf['lat'].isnull())]
alarmCnt = []
Expand Down

0 comments on commit 2387648

Please sign in to comment.