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

Wrong API for Interface when the orientation is not specified #143

Open
ratnania opened this issue Jan 22, 2024 · 1 comment
Open

Wrong API for Interface when the orientation is not specified #143

ratnania opened this issue Jan 22, 2024 · 1 comment

Comments

@ratnania
Copy link
Contributor

We allow ornt to be None when creating an interface.
However, we do the following, without checking that ornt is not None:

        if bnd_minus.dim == 3:
            ornt = tuple(ornt)
@yguclu
Copy link
Member

yguclu commented Jan 24, 2024

Can you give a link to the lines in the source code?

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

No branches or pull requests

2 participants