James Mitchell
James Mitchell
@BaseMax thanks for the comment, but I'm afraid I don't understand what you are suggesting, can you please elaborate?
@codecov-ai-reviewer review
@codecov-ai-reviewer test
> On it! Codecov is generating unit tests for this PR. Where my tests at?
This is actually done already, so I'm going to update to adding GAP 4.14 to the CI
Here's some python code I wrote that might be of some use (not sure): ~~~python from libsemigroups_pybind11 import Presentation, presentation, BMat8 def double_catalan_monoid(n): p = Presentation(list(range(1, n))) # Equation (8)...
Isn't one potential fix to just explicitly state the C standard that GAP is using? I.e. instead of using the default `std=gnu23` (which I agree with @fingolfin is nuts), we...
Seems to me that this just can't work at the moment. The issue appears to be that the github actions runner requires node version 20, but the version of ubuntu...
Seems related to: https://github.com/actions/runner/issues/2115