We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PMDA runs on all platforms that support MDAnalysis
Not sure if it runs on Windows...
(run python -c "import MDAnalysis as mda; print(mda.__version__)") 1.1.1 (run python -c "import pmda; print(pmda.__version__)") 0.4-dev (run python -c "import dask; print(dask.__version__)") ?
python -c "import MDAnalysis as mda; print(mda.__version__)"
python -c "import pmda; print(pmda.__version__)"
python -c "import dask; print(dask.__version__)"
The text was updated successfully, but these errors were encountered:
Once the move to GH actions #151 is complete, we can simply enable windows-latest and see if it works.
Sorry, something went wrong.
No branches or pull requests
Expected behaviour
PMDA runs on all platforms that support MDAnalysis
Actual behaviour
Not sure if it runs on Windows...
Currently version of MDAnalysis:
(run
python -c "import MDAnalysis as mda; print(mda.__version__)"
) 1.1.1(run
python -c "import pmda; print(pmda.__version__)"
) 0.4-dev(run
python -c "import dask; print(dask.__version__)"
) ?The text was updated successfully, but these errors were encountered: