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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pqopen-lib
3
- Version: 0.7.5
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
- if len(available_channels[channel]._data.shape) == 1:
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)
@@ -12,7 +12,7 @@ packages = ["pqopen"]
12
12
 
13
13
  [project]
14
14
  name = "pqopen-lib"
15
- version = "0.7.5"
15
+ version = "0.7.6"
16
16
  dependencies = [
17
17
  "numpy",
18
18
  "daqopen-lib",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes