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

[CI] Fix macOS runners #83

Closed
wants to merge 2 commits into from
Closed

[CI] Fix macOS runners #83

wants to merge 2 commits into from

Conversation

jfowkes
Copy link
Owner

@jfowkes jfowkes commented Jun 5, 2024

Further investigation has revealed this to be what appears a genuine CUTEst bug in u/creport():

 >>> import pycutest
>>> p = pycutest.import_problem('BOX2')
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 >>> 
>>> p.report()
{'f': 0, 'g': 5, 'H': 0, 'Hprod': 0, 'tsetup': 0.0, 'trun': 0.0, 'c': None, 'cg': None, 'cH': None}
0.000000 5.125000 0.000000 0.000000 0.000000 0.000000 0.000000 >>> p.report()
{'f': 0, 'g': 6, 'H': 0, 'Hprod': 0, 'tsetup': 0.0, 'trun': 0.0, 'c': None, 'cg': None, 'cH': None}
0.000000 6.812500 0.000000 0.000000 0.000000 0.000000 0.000000 >>> p.report()
{'f': 0, 'g': 7, 'H': 0, 'Hprod': 0, 'tsetup': 0.0, 'trun': 0.0, 'c': None, 'cg': None, 'cH': None}
0.000000 7.812500 0.000000 0.000000 0.000000 0.000000 0.000000 >>> p.report()
{'f': 0, 'g': 8, 'H': 0, 'Hprod': 0, 'tsetup': 0.0, 'trun': 0.0, 'c': None, 'cg': None, 'cH': None}
0.000000 8.500000 0.000000 0.000000 0.000000 0.000000 0.000000 >>> 

The intermediate prints are the actual values of calls as returned by the C interface.

Why does this only happen on macOS? What is going on here?

@jfowkes jfowkes added the upstream This is an upstream issue label Jun 5, 2024
@jfowkes jfowkes self-assigned this Jun 5, 2024
@jfowkes jfowkes marked this pull request as draft June 5, 2024 11:01
@jfowkes jfowkes removed the upstream This is an upstream issue label Jun 14, 2024
@jfowkes jfowkes added the ci Continuous Integration label Jun 14, 2024
@jfowkes jfowkes added the upstream This is an upstream issue label Jun 18, 2024
@jfowkes
Copy link
Owner Author

jfowkes commented Aug 15, 2024

Moved to issue #86

@jfowkes jfowkes closed this Aug 15, 2024
@jfowkes jfowkes deleted the fix-ci branch August 15, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration upstream This is an upstream issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant