Chris Kittl
Chris Kittl
Can confirm on @perok's hint, that it is an interrelation issue with Gradle 'scala' plugin (gradle/gradle#6854): Find [Scala-only M(N)WE here](https://github.com/ckittl/scalaLintGradleIssue) based on Gradle 6.8.3. ``` ./gradlew lintGradle ``` gives ```...
Thanks a lot for your fast hints on how to come around this issue! I really like the idea of providing a different implementation of `NumberSystem`. Therefore, I have a...
Thanks a lot for your comments! I had in mind to simply place a `tech.units.indriya.NumberSystem`-file in `META-INF/services` and "hope" that this brings only one distinct other `NumberSystem`-Implementation besides the default...
I think we just talked about different things. If you stay on the level of your project it is doable and nearly there, as you provide some kind of "coordination"...
@johanneshiry Please double-check the implementation
Addition: This approach might bring the drawback of potentially misleading calculations. Typically, if you'd like to calculate active apparent power, you'd directly go ahead and multiply apparent power with power...
https://github.com/ie3-institute/PowerSystemDataModel/blob/74124101fccbf8cc72598ae602fd12dec980364b/src/main/java/edu/ie3/datamodel/models/input/system/LoadInput.java#L283-L286 Needs adaption too.
Please take care of the comment in #145! 👆