We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seem to be some changes in syntax causing plot.py to fail.
: Traceback (most recent call last): 785: File "/Users/phil-ahrenkiel/Documents/GitHub/HPWHsim/scripts/python/plot.py", line 268, in 785: plot(measured_path, simulated_path, plot_path) 785: File "/Users/phil-ahrenkiel/Documents/GitHub/HPWHsim/scripts/python/plot.py", line 241, in plot 785: plot = dimes.TimeSeriesPlot( 785: ^^^^^^^^^^^^^^^^^^^^^ 785: File "/Users/phil-ahrenkiel/Library/Caches/pypoetry/virtualenvs/hpwhsim-python-scripts-9LaPCKWl-py3.11/lib/python3.11/site-packages/dimes/timeseries.py", line 19, in init 785: self.time_values = self.x_axis.data_values 785: ^^^^^^^^^^^^^^^^^^^^^^^ 785: File "/Users/phil-ahrenkiel/Library/Caches/pypoetry/virtualenvs/hpwhsim-python-scripts-9LaPCKWl-py3.11/lib/python3.11/site-packages/pandas/core/generic.py", line 5989, in getattr 785: return object.getattribute(self, name) 785: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Can you point to a commit or branch where this is failing so I can reproduce it on my machine?
Sorry, something went wrong.
The Plot.villara test passes using this sha. But it fails after calling poetry dimes update in scripts/python.
poetry dimes update
I'm not able to reproduce this. When I run poetry update I get 0.0.0 b9aacbf. What version of dimes are you getting?
poetry update
0.0.0 b9aacbf
No branches or pull requests
Seem to be some changes in syntax causing plot.py to fail.
: Traceback (most recent call last):
785: File "/Users/phil-ahrenkiel/Documents/GitHub/HPWHsim/scripts/python/plot.py", line 268, in
785: plot(measured_path, simulated_path, plot_path)
785: File "/Users/phil-ahrenkiel/Documents/GitHub/HPWHsim/scripts/python/plot.py", line 241, in plot
785: plot = dimes.TimeSeriesPlot(
785: ^^^^^^^^^^^^^^^^^^^^^
785: File "/Users/phil-ahrenkiel/Library/Caches/pypoetry/virtualenvs/hpwhsim-python-scripts-9LaPCKWl-py3.11/lib/python3.11/site-packages/dimes/timeseries.py", line 19, in init
785: self.time_values = self.x_axis.data_values
785: ^^^^^^^^^^^^^^^^^^^^^^^
785: File "/Users/phil-ahrenkiel/Library/Caches/pypoetry/virtualenvs/hpwhsim-python-scripts-9LaPCKWl-py3.11/lib/python3.11/site-packages/pandas/core/generic.py", line 5989, in getattr
785: return object.getattribute(self, name)
785: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: