Conversation
Codecov Report
@@ Coverage Diff @@
## master #1281 +/- ##
=========================================
- Coverage 70.95% 68.5% -2.46%
=========================================
Files 534 474 -60
Lines 81004 75733 -5271
=========================================
- Hits 57479 51880 -5599
- Misses 23525 23853 +328
Continue to review full report at Codecov.
|
…ibution for GAMS on Mac
…x; changed distribution of GAMS to 29.1 for Mac
|
@jsiirola - Fun fact: I checked and the same issue was happening with Ubuntu and Windows. I have fixed the issues. |
|
We are getting closer. We are still seeing: It looks like we can install them with: (substituting |
Another one that is happening for all OS'! Interesting point there - you can just give it the flag I think, in terms of "closeness", we might want to try the |
No - the code for the various versions should be the same. The difference is how the compiled module libraries are linked. So, api_34 should only work for Python 3.4.x. When we use |
Gotcha! Makes sense to me. I'll work on that. |
@jsiirola - It turns out, this issue exists in ALL of our testing suites. If you look at Appveyor, Jenkins, and Travis, the GAMS python binding tests are skipped in every single one. I am experimenting with getting it working on Ubuntu first (I was able to get them working on my local RHEL). |
…hon version to change. Workaround implemented.
|
@jsiirola @allevin @blnicho - This is finally complete. The Python bindings don't work for Python 3.5 and 3.8 on Windows, but that's it. Everything else is fine. Related to this: It turns out there is (at least on Windows) a bug with conda that occurs when a package fails to install. I submitted an issue to conda for it. |
Fixes #1279
Summary/Motivation:
GAMS is represented in Windows and Linux testing. We need to add it to MacOS.
Changes proposed in this PR:
Legal Acknowledgement
By contributing to this software project, I agree to the following terms and conditions for my contribution: