We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c2ab2 commit 3f2c584Copy full SHA for 3f2c584
tidy3d/components/spice/sources/dc.py
@@ -83,7 +83,7 @@ def check_repeated_voltage(cls, val):
83
unique_values = np.unique(normalized)
84
if len(unique_values) < len(val):
85
log.warning(
86
- f"Repeated voltage values detected in 'voltage' array. "
+ "Repeated voltage values detected in 'voltage' array. "
87
f"Found {len(val)} values but only {len(unique_values)} are unique. "
88
"Note: 0 and -0 are considered the same value."
89
)
0 commit comments