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

Bugfix france parser price calc #2451

Merged
merged 5 commits into from
May 4, 2020
Merged

Bugfix france parser price calc #2451

merged 5 commits into from
May 4, 2020

Conversation

steinwinde
Copy link
Contributor

Replaced "hours" by "hour" to make the FR.py work.

@steinwinde steinwinde mentioned this pull request May 1, 2020
@ajoga
Copy link
Contributor

ajoga commented May 1, 2020

@steinwinde you also pushed in this PR the commits you PR'd via #2450. Could you remove them from this PR please ?

parsers/FR.py Outdated
@@ -171,7 +171,7 @@ def fetch_price(zone_key, session=None, target_datetime=None,
if value.text == 'ND':
continue
period = int(value.attrib['periode'])
datetime = start_date.replace(hours=+period).datetime
datetime = start_date.replace(hour=+period).datetime
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
datetime = start_date.replace(hour=+period).datetime
datetime = start_date.shift(hours=+period).datetime

see #2416 (comment)

@steinwinde steinwinde changed the title Bugfix france parser #2444 Bugfix france parser price calc May 2, 2020
@steinwinde
Copy link
Contributor Author

@ajoga @jarek - thanks!
I've also removed the reference to an issue that I thought I fix, but fail to do so.

@robertahunt
Copy link
Contributor

Just want to get this included in the upcoming bump of contrib :)

@robertahunt robertahunt merged commit c5d9833 into electricitymaps:master May 4, 2020
con-cat pushed a commit to con-cat/electricitymap-contrib that referenced this pull request May 18, 2021
* Added API key information and some smaller corrections to README.

* Corrected position of API key information and promoted a section from sub-sub to sub level in the README.

* Replaced "hours" by "hour" to make the FR.py work.

* Corrected arrow funtion in price calc of FR parser.

* Corrected README version to point to master, not my last pull request.
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

Successfully merging this pull request may close these issues.

None yet

4 participants