Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstructured mesh refinement regions #2306

Draft
wants to merge 18 commits into
base: develop
Choose a base branch
from

Conversation

momchil-flex
Copy link
Collaborator

No description provided.

@momchil-flex momchil-flex marked this pull request as draft March 12, 2025 08:26
vasilyzabelin and others added 16 commits March 13, 2025 08:06
Ref: https://github.com/numpy/numpy/blob/d741eb282dd15acc1f49fa660519c99680435e75/numpy/_core/numeric.py#L1664

For some reason, the warning is not shown in normal tidy3d runs, but if
we enable it around the function call with:

```python
import warnings
warnings.simplefilter("error")
```

it will show as an error. This affects PhotonForge because we don't
differentiate warnings from errors through the python C API, so having
this warning is preventing us from supporting numpy >= 2.

Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants