(temporarily) pin gromacs to 2025 until mdanalysis can read the new tpr-format #45
Annotations
11 warnings and 10 notices
|
pylint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
W0511:
src/asyncmd/gromacs/mdengine.py#L542
TODO: we hardcode that the 0step MD runs can not be longer than 15 min
|
|
W0511:
src/asyncmd/gromacs/mdengine.py#L214
TODO: store a hash/the file contents for gro, top, ndx to check against
|
|
W0511:
src/asyncmd/slurm/process.py#L598
TODO: write the "send_signal" method! (if we actually need it?)
|
|
W0511:
src/asyncmd/slurm/process.py#L87
TODO: heuristic? dynamically adapt?
|
|
W0511:
src/asyncmd/slurm/cluster_mediator.py#L75
TODO /FIXME: currently we have some tolerance until a node is declared
|
|
W0511:
src/asyncmd/slurm/constants_and_errors.py#L62
TODO: when can resizing happen? what should we return? For now we go with not finished,
|
|
W0511:
src/asyncmd/trajectory/trajectory.py#L440
TODO: how much should we read to calculate the hash?
|
|
W0511:
src/asyncmd/trajectory/propagate.py#L271
TODO: address the note below?
|
|
W0511:
src/asyncmd/trajectory/functionwrapper.py#L47
TODO: DaskTrajectoryFunctionWrapper?!
|
|
W0511:
src/asyncmd/trajectory/convert.py#L440
TODO: make it possible to select a subset of atoms to write out
|
|
I0020:
src/asyncmd/config.py#L161
Suppressed 'global-statement' (from line 161)
|
|
I0020:
src/asyncmd/config.py#L111
Suppressed 'global-statement' (from line 111)
|
|
I0020:
src/asyncmd/config.py#L68
Suppressed 'global-statement' (from line 68)
|
|
I0011:
src/asyncmd/config.py#L331
Locally disabling protected-access (W0212)
|
|
I0011:
src/asyncmd/config.py#L256
Locally disabling global-statement (W0603)
|
|
I0011:
src/asyncmd/config.py#L199
Locally disabling global-statement (W0603)
|
|
I0011:
src/asyncmd/config.py#L161
Locally disabling global-statement (W0603)
|
|
I0011:
src/asyncmd/config.py#L111
Locally disabling global-statement (W0603)
|
|
I0011:
src/asyncmd/config.py#L68
Locally disabling global-statement (W0603)
|
|
I0011:
src/asyncmd/config.py#L39
Locally disabling unused-import (W0611)
|