@@ -115,7 +115,7 @@ def to_structures(self, grid: Grid = None) -> list[Structure]:
115115 @pd .root_validator (pre = False )
116116 def _warn_rf_license (cls , values ):
117117 log .warning (
118- "ℹ️ ⚠️ RF simulations are subject to new license requirements in the future. You are have instantiated at least one RF-specific component." ,
118+ "ℹ️ ⚠️ RF simulations are subject to new license requirements in the future. You have instantiated at least one RF-specific component." ,
119119 log_once = True ,
120120 )
121121 return values
@@ -556,7 +556,7 @@ def complex_permittivity(a: tuple[float, ...], b: tuple[float, ...], freqs: np.n
556556 @pd .root_validator (pre = False )
557557 def _warn_rf_license (cls , values ):
558558 log .warning (
559- "ℹ️ ⚠️ RF simulations are subject to new license requirements in the future. You are have instantiated at least one RF-specific component." ,
559+ "ℹ️ ⚠️ RF simulations are subject to new license requirements in the future. You have instantiated at least one RF-specific component." ,
560560 log_once = True ,
561561 )
562562 return values
@@ -815,7 +815,7 @@ def _validate_single_element(cls, val, values):
815815 @pd .root_validator (pre = False )
816816 def _warn_rf_license (cls , values ):
817817 log .warning (
818- "ℹ️ ⚠️ RF simulations are subject to new license requirements in the future. You are have instantiated at least one RF-specific component." ,
818+ "ℹ️ ⚠️ RF simulations are subject to new license requirements in the future. You have instantiated at least one RF-specific component." ,
819819 log_once = True ,
820820 )
821821 return values
@@ -900,7 +900,7 @@ def _as_admittance_function(self) -> tuple[tuple[float, ...], tuple[float, ...]]
900900 @pd .root_validator (pre = False )
901901 def _warn_rf_license (cls , values ):
902902 log .warning (
903- "ℹ️ ⚠️ RF simulations are subject to new license requirements in the future. You are have instantiated at least one RF-specific component." ,
903+ "ℹ️ ⚠️ RF simulations are subject to new license requirements in the future. You have instantiated at least one RF-specific component." ,
904904 log_once = True ,
905905 )
906906 return values
0 commit comments