We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba4117 commit 42a2ebeCopy full SHA for 42a2ebe
pyomo/neos/tests/test_neos.py
@@ -163,9 +163,9 @@ def test_mosek(self):
163
# [16 Jul 24]: Octeract is erroring. We will disable the interface
164
# (and testing) until we have time to resolve #3321
165
# [20 Sep 24]: and appears to have been removed from NEOS
166
- # [24 Apr 25]: appears to be working again
167
- def test_octeract(self):
168
- self._run('octeract')
+ # [24 Apr 25]: it appears to be there but causes timeouts
+ # def test_octeract(self):
+ # self._run('octeract')
169
170
def test_ooqp(self):
171
if self.sense == pyo.maximize:
0 commit comments