Skip to content

Commit ec903cb

Browse files
Update RF threshold frequency (#2464)
1 parent e556bbe commit ec903cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidy3d/components/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
FIXED_ANGLE_DT_SAFETY_FACTOR = 0.9
177177

178178
# RF frequency warning
179-
RF_FREQ_WARNING = 1e12
179+
RF_FREQ_WARNING = 300e9
180180

181181

182182
def validate_boundaries_for_zero_dims():

0 commit comments

Comments
 (0)