-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix variable height to elevationAngle #154
Conversation
This is blocked by ie3-institute/PowerSystemDataModel#443 |
Please also consider adapting the |
done |
src/main/scala/edu/ie3/simona/service/weather/WeatherSource.scala
Outdated
Show resolved
Hide resolved
Analysis Details0 IssuesCoverage and DuplicationsProject ID: edu.ie3:simona |
Codecov Report
@@ Coverage Diff @@
## dev #154 +/- ##
=======================================
Coverage 79.24% 79.24%
=======================================
Files 155 155
Lines 5725 5725
Branches 79 79
=======================================
Hits 4537 4537
Misses 1188 1188
Continue to review full report at Codecov.
|
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 work!
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.
Looks good to me but in the WeatherSourceWrapper
line 26 and WeatherSourceWrapperSpec
line 11 the WeatherSource
the WeatherSource gets renamed to PsdmWeatherSource
. Shouldn't this be renamed too?
Resolves #100
Also fixed: