xhub / JAMSDWriter.jl

link between MPB and JAMSD/SELKIE a reformulation solver
MIT License
2 stars 0 forks source link

Get tests passing #2

Closed odow closed 6 years ago

odow commented 6 years ago

Tests still not passing on Windows.

I'll dig into the file issue.

Edit: removed old test ouput

odow commented 6 years ago

I remove the BARON test because I think I needed a license?

odow commented 6 years ago

Also:

The /test directory fills up with equ0.dot files. But I can't find where they are being made. The same with dummy.lst. Should I just clean up after the tests have run?

xhub commented 6 years ago

It's fine to disable BARON, I was able to use it on all my setup, but I guess it depends on the type of license.

The equ*.dot files are useful only when I wanna debug, I've uploaded a new version of the dll that should not produce those. If we add curdir=$substr to the gams function call, the dummy.lst files should be create inside the temporary directory and hopefully deleted.

I'm good to merge this PR if you are satisfied with it.

odow commented 6 years ago

I'm good to merge.