Closed rachtsingh closed 2 years ago
Looks like the build failure is due to black
not being upgraded, which is addressed in https://github.com/openclimatefix/pvoutput/pull/109. Should work soon, cheers.
Thanks @rachtsingh for doing these fixes for US data, and doing a PR back
@all-contributors please add @rachtsingh for code
@peterdudfield
I've put up a pull request to add @rachtsingh! :tada:
Pull Request
Description
The UK country code was hard-coded into one location. Some data in the US is apparently reported using commas (e.g.
1,381.46W
) which was confusing the parser. Both are one-line fixes below.How Has This Been Tested?
Note that this is a bugfix. I ran some of the code in
quick_start.ipynb
(with modifications for the US) and it seems to work. There are likely other fixes needed, though, querying in the US directly (usingpv.search
) still doesn't work properly.