Skip to content

Commit 3f2c584

Browse files
comment 1
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 05c2ab2 commit 3f2c584

File tree

1 file changed

+1
-1
lines changed
  • tidy3d/components/spice/sources

1 file changed

+1
-1
lines changed

tidy3d/components/spice/sources/dc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def check_repeated_voltage(cls, val):
8383
unique_values = np.unique(normalized)
8484
if len(unique_values) < len(val):
8585
log.warning(
86-
f"Repeated voltage values detected in 'voltage' array. "
86+
"Repeated voltage values detected in 'voltage' array. "
8787
f"Found {len(val)} values but only {len(unique_values)} are unique. "
8888
"Note: 0 and -0 are considered the same value."
8989
)

0 commit comments

Comments
 (0)