Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tidy3d/packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ def _fn(*args, **kwargs):
tidy3d_extras["use_local_subpixel"] = False
raise Tidy3dImportError(
"The package 'tidy3d-extras' did not initialize correctly, "
"likely due to an invalid API key."
"likely due to an invalid API key. To suppress this error, "
"you can set 'config.use_local_subpixel=False'."
)

if version != __version__:
Expand Down