Skip to content

Commit d46f94a

Browse files
committed
Disable local subpixel by default
1 parent ab082e6 commit d46f94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidy3d/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Config:
3838
)
3939

4040
use_local_subpixel: Optional[bool] = pd.Field(
41-
None,
41+
False,
4242
title="Whether to use local subpixel averaging. If 'None', local subpixel "
4343
"averaging will be used if 'tidy3d-extras' is installed and not used otherwise. "
4444
"NOTE: This feature is not yet supported.",

0 commit comments

Comments
 (0)