From ae854dc30c5ee8358bbac16d1f67d5b24723c28c Mon Sep 17 00:00:00 2001 From: danielfeismann Date: Wed, 22 Jan 2025 17:56:22 +0100 Subject: [PATCH] use ValidationUtils not ThermalValidationUtils --- .../simona/agent/participant/hp/HpAgentFundamentals.scala | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/main/scala/edu/ie3/simona/agent/participant/hp/HpAgentFundamentals.scala b/src/main/scala/edu/ie3/simona/agent/participant/hp/HpAgentFundamentals.scala index a146f3d59b..086f85fb14 100644 --- a/src/main/scala/edu/ie3/simona/agent/participant/hp/HpAgentFundamentals.scala +++ b/src/main/scala/edu/ie3/simona/agent/participant/hp/HpAgentFundamentals.scala @@ -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 @@ -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,