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
(This issue was originally opened here urbangrammarai#24)
pyveg_generate_config
modules_to_use
DoesNotExist
modules_to_use = { "Sentinel2": [ "VegetationDownloader", "DoesNotExist" ] }
pyvis_run_pipeline
One or both of the following:
The pipeline executes without any warnings or errors. The non-existent module is silently skipped.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(This issue was originally opened here urbangrammarai#24)
How to reproduce
pyveg_generate_config
to create a config file.modules_to_use
to include a moduleDoesNotExist
. eg:pyvis_run_pipeline
with the config file.Expected behaviour
One or both of the following:
Actual behaviour
The pipeline executes without any warnings or errors. The non-existent module is silently skipped.
The text was updated successfully, but these errors were encountered: