Skip to content

Commit ff2f598

Browse files
committed
Removing special characters in jax deprecation
1 parent 1ffff7d commit ff2f598

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tidy3d/plugins/adjoint/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
f"""
1515
The 'adjoint' plugin (legacy JAX-based adjoint plugin) was deprecated in Tidy3D '2.7.0' and will be disabled as of '2.9.0'.
1616
17-
Migrate to the native autograd workflow:
17+
Migrate to the native autograd workflow:
1818
import tidy3d as td
1919
import autograd.numpy as np
2020
from autograd import grad
2121
22-
It uses standard 'td.' objects, has fewer dependencies, and offers a smoother optimization experience.
23-
Full guide {_DOC_URL}
22+
It uses standard 'td.' objects, has fewer dependencies, and offers a smoother optimization experience.
23+
Full guide: {_DOC_URL}
2424
"""
2525
).strip()
2626

0 commit comments

Comments
 (0)