We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98be21e commit ade9dc0Copy full SHA for ade9dc0
tidy3d/packaging.py
@@ -216,7 +216,8 @@ def _fn(*args, **kwargs):
216
tidy3d_extras["use_local_subpixel"] = False
217
raise Tidy3dImportError(
218
"The package 'tidy3d-extras' did not initialize correctly, "
219
- "likely due to an invalid API key."
+ "likely due to an invalid API key. To suppress this error, "
220
+ "you can set 'config.use_local_subpixel=False'."
221
)
222
223
if version != __version__:
0 commit comments