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

Tests fail #35

Open
nickbrady opened this issue Aug 9, 2024 · 1 comment
Open

Tests fail #35

nickbrady opened this issue Aug 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nickbrady
Copy link

test_t1.jl can run without error if

Gmsh.initialize() --> gmsh.initialize()
Gmsh.finalize() --> gmsh.finalize()

test_t16.jl fails on line 9
gmsh.model.occ.addBox(0,0,0, 1,1,1, 1) with error: gmshModelOccAddBox returned non-zero error code: 1

this seems to happen for all of the gmsh.model.occ elements

@ahojukka5 ahojukka5 added the bug Something isn't working label Aug 14, 2024
@ahojukka5
Copy link
Member

Could this have something to do with how gmsh_jll is compiled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants