thisandthatuser

Results 5 comments of thisandthatuser

Seems desirable but, not being a python nor a ci/cd expert, I do not yet know how to use that instruction for leading characters. I will have a look. It...

I updated the PR. The thing is that the changes introduced will not be picked up in the CI runs because Numpy 1.x will not be used there.

I realised that doctest does not seem to [allow for a leading ellipsis at the moment](https://github.com/python/cpython/issues/80895). Since the tests worked, I had a closer look at the CI run and...

Tests seem to be passing now: ``` Document: algorithm ------------------- 1 items passed all tests: 6 tests in default 6 tests in 1 items. 6 passed and 0 failed. Test...

The tests are failling because of numpy v2, which is being handled already in https://github.com/Pyomo/pyomo/pull/3291