You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/keith/Documents/ResearchPython/PyDSS/PyDSS/metrics.py", line 281, in append_values
container.append_values(vals, time_step)
File "/Users/keith/Documents/ResearchPython/PyDSS/PyDSS/storage_filters.py", line 83, in append_values
self._container.append(values)
File "/Users/keith/Documents/ResearchPython/PyDSS/PyDSS/value_storage.py", line 616, in append
self._dataset.write_value(vals)
File "/Users/keith/Documents/ResearchPython/PyDSS/PyDSS/dataset_buffer.py", line 146, in write_value
self._buf[self._buf_index] = value
ValueError: could not broadcast input array from shape (76,) into shape (60,)
Nadia to push bug fix to merge-gemini branch.
The text was updated successfully, but these errors were encountered:
Export of transformer taps gives error:
File "/Users/keith/Documents/ResearchPython/PyDSS/PyDSS/metrics.py", line 281, in append_values
container.append_values(vals, time_step)
File "/Users/keith/Documents/ResearchPython/PyDSS/PyDSS/storage_filters.py", line 83, in append_values
self._container.append(values)
File "/Users/keith/Documents/ResearchPython/PyDSS/PyDSS/value_storage.py", line 616, in append
self._dataset.write_value(vals)
File "/Users/keith/Documents/ResearchPython/PyDSS/PyDSS/dataset_buffer.py", line 146, in write_value
self._buf[self._buf_index] = value
ValueError: could not broadcast input array from shape (76,) into shape (60,)
Nadia to push bug fix to merge-gemini branch.
The text was updated successfully, but these errors were encountered: