-
Notifications
You must be signed in to change notification settings - Fork 2
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
Solving "summarize" issue #22
Comments
Thanks for opening the ticket. I am a bit confused by the title and by what "the main script" means, but that's normal. The first thing that someone does when reading a bug reports is to try to reproduce the bug. So please include the exact command in the bug report. Here are other tips: https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines |
Sorry for the imprecision: The first error raised is :
The second error raised is:
|
Je pense pas que les quotes autour de summarize sont nécessaires.
Est-ce que l'erreur est capturée par Il faut que toutes les bugs identifiés soient reproductibles et capturés par le test, afin de s'assurer qu'ils ne reviennent pas ! |
Bonjour, Quelles versions de librairies utilisez vous ? |
Dispensez vous des formules de politesses. Répondez à la question avant d'en poser une autre svp Normalement c'est à celui qui ouvre le bug de lister ses versions. |
When I ran the main script with the "summarize" arguments two issues occured:
the script could not apply the pv function to external_cost because it was a float and not a serie (I changed the definition of the external cost, from self_emission and not self_emission[Total] (line 108)
line 145, total_production is a float and not a serie, I had to change the round method to a round function.
98479b9
The text was updated successfully, but these errors were encountered: