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

Postprocessing errors #216

Open
mdahlhausen opened this issue Sep 12, 2024 · 0 comments · Fixed by #217
Open

Postprocessing errors #216

mdahlhausen opened this issue Sep 12, 2024 · 0 comments · Fixed by #217
Assignees
Labels
bug Something isn't working postprocessing PR improves or adds postprocessing content

Comments

@mdahlhausen
Copy link
Contributor

#186 introduced an post-processing errors; unclear on how many. This is a blocker for post-processing EUSS runs.
First error encountered in LazyFrame:

Traceback (most recent call last):
  File "C:\Users\mdahlhau\Documents\GitHub\NREL\comstock\postprocessing\compare_upgrades.py", line 63, in <module>
    main()
  File "C:\Users\mdahlhau\Documents\GitHub\NREL\comstock\postprocessing\compare_upgrades.py", line 54, in main
    cbecs.export_to_csv_wide()  # May comment this out after run once
  File "C:\Users\mdahlhau\Documents\GitHub\NREL\comstock\postprocessing\comstockpostproc\cbecs.py", line 486, in export_to_csv_wide
    self.data.to_csv(file_path, index=False)
AttributeError: 'LazyFrame' object has no attribute 'to_csv'
@mdahlhausen mdahlhausen added bug Something isn't working postprocessing PR improves or adds postprocessing content labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working postprocessing PR improves or adds postprocessing content
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants