Skip to content

Commit

Permalink
use ValidationUtils not ThermalValidationUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Jan 22, 2025
1 parent ef6958b commit ae854dc
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ import edu.ie3.datamodel.models.result.system.{
HpResult,
SystemParticipantResult,
}
import edu.ie3.datamodel.utils.validation.{
ThermalUnitValidationUtils,
ValidationUtils,
}
import edu.ie3.datamodel.utils.validation.ValidationUtils
import edu.ie3.simona.agent.ValueStore
import edu.ie3.simona.agent.participant.ParticipantAgent.getAndCheckNodalVoltage
import edu.ie3.simona.agent.participant.ParticipantAgentFundamentals
Expand Down Expand Up @@ -460,7 +457,7 @@ trait HpAgentFundamentals
s"Unable to initialize heat pump agent '${inputModel.electricalInputModel.getUuid}' without thermal grid model."
)
case WithHeatInputContainer(_, thermalGrid) =>
ThermalUnitValidationUtils.check(thermalGrid)
ValidationUtils.check(thermalGrid)
/* Build the actual heat pump model */
HpModel(
inputModel.electricalInputModel,
Expand Down

0 comments on commit ae854dc

Please sign in to comment.