Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export of transformer taps bug #98

Open
keithmoffat opened this issue Mar 30, 2022 · 2 comments
Open

Export of transformer taps bug #98

keithmoffat opened this issue Mar 30, 2022 · 2 comments

Comments

@keithmoffat
Copy link

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.

@AadilLatif
Copy link
Collaborator

@nadiavp is this issue closed?

@nadiavp
Copy link
Collaborator

nadiavp commented Feb 9, 2023

Its fixed in the merge-gemini branch. I'll double check that that fix got pushed and message back here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants