-
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
FlexMeasures Client basic functionality #7
Conversation
Signed-off-by: GustaafL <[email protected]>
…s pandas. To run test, we can use TOX (pip install tox) and run tox Signed-off-by: victor <[email protected]>
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: victor <[email protected]>
Signed-off-by: GustaafL <[email protected]>
… fm-api-client merging working test
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: F.N. Claessen <[email protected]>
Signed-off-by: GustaafL <[email protected]>
…e handling Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
This one is still open from PR #2 , not sure what to do there |
Signed-off-by: GustaafL <[email protected]>
…urn them Signed-off-by: GustaafL <[email protected]>
…ype headers Signed-off-by: GustaafL <[email protected]>
…version higher than 3.8 Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the changes and opening the Issues. Good stuff.
I think it's almost done, just a few minor type hints that might be improved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Looking forward to using this.
Please just test whether test__init__
still succeeds after removing line 18 from test_client.py (which sets the api_version).
Signed-off-by: GustaafL <[email protected]>
Signed-off-by: GustaafL <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Looking forward to use it in the S2 Handler and other places, of course.
Please don't review script_guus.py. Print statements can be left in for now. It would be nice to keep bigger changes out and put them into issues or TODO's that can be branched from the dev branch