Skip to content

Commit

Permalink
Merge pull request #996 from ie3-institute/PP/#646-convert-ChpModelTe…
Browse files Browse the repository at this point in the history
…st-to-scalatest-remove-groovy

convert chp model test to scalatest remove groovy
  • Loading branch information
danielfeismann authored Oct 15, 2024
2 parents 9832976 + 7a3ef9c commit 12f4e11
Show file tree
Hide file tree
Showing 4 changed files with 383 additions and 244 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Simplifying quantity integration in QuantityUtil [#973](https://github.com/ie3-institute/simona/issues/973)
- Reorganized Jenkins pipeline to separate build and test stages for better efficiency [#938](https://github.com/ie3-institute/simona/issues/938)
- Rewrote SystemParticipantTest and MockParticipant from groovy to scala [#646](https://github.com/ie3-institute/simona/issues/646)
- Rewrote ChpModelTest from groovy to scala [#646](https://github.com/ie3-institute/simona/issues/646)

### Fixed
- Removed a repeated line in the documentation of vn_simona config [#658](https://github.com/ie3-institute/simona/issues/658)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ final case class CylindricalThermalStorage(
minEnergyThreshold: Energy,
maxEnergyThreshold: Energy,
chargingPower: Power,
override protected var _storedEnergy: Energy,
override var _storedEnergy: Energy,
) extends ThermalStorage(
uuid,
id,
Expand Down
243 changes: 0 additions & 243 deletions src/test/groovy/edu/ie3/simona/model/participant/ChpModelTest.groovy

This file was deleted.

Loading

0 comments on commit 12f4e11

Please sign in to comment.