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

use_short_tol works on Linux and MacOS, but not on Windows #69

Closed
chrisjonesBSU opened this issue May 8, 2024 · 2 comments
Closed

use_short_tol works on Linux and MacOS, but not on Windows #69

chrisjonesBSU opened this issue May 8, 2024 · 2 comments

Comments

@chrisjonesBSU
Copy link

Hello,

Is the parameter use_short_tol expected to not work on Windows? This issue is popping up in a unit test on a PR of another repo where we are passing in this argument to PACKMOL. It runs fine on Linux and MacOS, but the test fails on the Windows with the following message:

ERROR: Keyword not recognized: use_short_tol\n'

Note, this test tries several PACKMOL commands, and all of them, except for use_short_tol works in the Windows test, so its something about this command specifically.

This is the output of conda list packmol:
packmol 1!18.013 0 omnia

I don't have a Windows computer on hand to dig deeper into this, so any help is appreciated.

Thanks!

@chrisjonesBSU
Copy link
Author

I forgot that the windows version for PACKMOL on conda-forge is quite a bit older than Mac and Linux, which explains the different behavior. I think we'll have to adjust our unit testing then to account for this.

@lmiq
Copy link
Member

lmiq commented May 8, 2024

That option was not available in version 18.013, and works on every platform.

Yes, exactly. Unfortunately the conda distribution is quite abandoned, I think, and I'm not the maintainer of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants