pqopen-lib 0.7.5__tar.gz → 0.7.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/PKG-INFO +1 -1
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/pqopen/storagecontroller.py +1 -4
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/pyproject.toml +1 -1
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/.gitignore +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/LICENSE +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/README.md +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/pqopen/__init__.py +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/pqopen/eventdetector.py +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/pqopen/helper.py +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/pqopen/powerquality.py +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/pqopen/powersystem.py +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/pqopen/zcd.py +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/test/data_files/event_data_level_low.csv +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/test/eventdetector-test.py +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/test/helper-test.py +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/test/powerquality-test.py +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/test/powersystem-test.py +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/test/storagecontroller-test.py +0 -0
- {pqopen_lib-0.7.5 → pqopen_lib-0.7.6}/test/zcd-test.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pqopen-lib
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.6
|
|
4
4
|
Summary: A power quality processing library for calculating parameters from waveform data
|
|
5
5
|
Project-URL: Homepage, https://github.com/DaqOpen/pqopen-lib
|
|
6
6
|
Project-URL: Issues, https://github.com/DaqOpen/pqopen-lib/issues
|
|
@@ -371,10 +371,7 @@ class StorageController(object):
|
|
|
371
371
|
else:
|
|
372
372
|
for channel in channels_to_store:
|
|
373
373
|
if channel in available_channels:
|
|
374
|
-
|
|
375
|
-
storage_plan.add_channel(available_channels[channel])
|
|
376
|
-
else:
|
|
377
|
-
logger.warning(f"Channel {channel} not a scalar")
|
|
374
|
+
storage_plan.add_channel(available_channels[channel])
|
|
378
375
|
else:
|
|
379
376
|
logger.warning(f"Channel {channel} not available for storing")
|
|
380
377
|
self.add_storage_plan(storage_plan)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|