Replies: 4 comments 2 replies
-
This was fixed by #848 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Yeah, a release is probably due. There are two more CI failures that should be addressed, first (see #849 & #850).
The fix was a little bit more complicated to be robust across versions, but it could be achieved by patching gmshMesh.py.
… On Apr 8, 2022, at 11:22 AM, Daniel Wheeler ***@***.***> wrote:
Great. Is a release on the cards? I could also patch it in Nix. Would it just require patching the changes in gmshMesh.py or more complicated?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Nothing that I’m aware of. Probably a good reason to migrate to nose or pytest or whatever it is that we’re supposed to be using this week.
… On Apr 8, 2022, at 11:44 AM, Daniel Wheeler ***@***.***> wrote:
Also, what's the best way to switch off a test? Is it possible from the command line?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Just to wind this up. Now repaired in nixpkgs with a patch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This error started appearing recently on Nix's test site.
I'll disable this test on Nix for now until I figure it out.
Also, getting this at the end of the tests
indicating that gmsh isn't being found. Versions are as follows:
Gmsh is installed, but is at 4.9.2.
@guyer, would some of this be fixed with your latest changes?
Beta Was this translation helpful? Give feedback.
All reactions