Closed johanneskoester closed 2 months ago
The changes involve updating the return type of the get_remote_execution_settings
method in the tests/tests.py
file. The return type has been modified from snakemake.settings.RemoteExecutionSettings
to snakemake.settings.types.RemoteExecutionSettings
, reflecting a reorganization within the snakemake
module. This adjustment indicates that the RemoteExecutionSettings
class has been moved to a different namespace, necessitating updates to its instantiation.
Files | Change Summary |
---|---|
tests/tests.py | Updated return type of get_remote_execution_settings from snakemake.settings.RemoteExecutionSettings to snakemake.settings.types.RemoteExecutionSettings . Instantiation updated accordingly. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
Bug Fixes
Tests