Skip to content

Commit 008c617

Browse files
Update tidy3d/components/spice/sources/dc.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent b93f677 commit 008c617

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
@@ -85,7 +85,7 @@ def check_repeated_voltage(cls, val):
8585
log.warning(
8686
"Duplicate voltage values detected in 'voltage' array. "
8787
f"Found {len(val)} values but only {len(unique_values)} are unique. "
88-
"Note: 0 and -0 are considered the same value."
88+
"Note: '0' and '-0' are considered the same value."
8989
)
9090
return val
9191

0 commit comments

Comments
 (0)