-
Notifications
You must be signed in to change notification settings - Fork 421
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
Bug in Edge2Edge in ModbusType Float64 fixed. #2265
base: develop
Are you sure you want to change the base?
Bug in Edge2Edge in ModbusType Float64 fixed. #2265
Conversation
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.
Ok.
Thanks a lot for this bug fix. |
Hi Huseyin, thanks for your comment. I have done the needful :-) |
yep I have seen it. I would so write it;
|
Oh, I see. I will update in a minute. Haven't got used to the new switch-case format. |
👍🏻 Thanks a lot. I ll approve and inform Stefan. |
# Conflicts: # io.openems.edge.edge2edge/src/io/openems/edge/edge2edge/common/AbstractEdge2Edge.java
Codecov ReportAttention: Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #2265 +/- ##
=============================================
- Coverage 57.03% 57.00% -0.02%
+ Complexity 9810 9800 -10
=============================================
Files 2279 2279
Lines 97390 97390
Branches 7055 7055
=============================================
- Hits 55538 55512 -26
- Misses 39809 39833 +24
- Partials 2043 2045 +2 |
@sfeilmeier This PR is pretty old. Is there a specific reason for not merging it or did iit get lost in the crowd of PRs? |
Fixed Typo: Changed UnsignedQuadrupleWordElement to FloatQuadrupleWordElement.