You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation refers to the plugins check_platform and check_sensor. Neither plugin are available in trollflow2 master.
To Reproduce
fromtrollflow2.pluginsimportcheck_platform
Expected behavior
Docs describe this plugin so I expect this to work.
Actual results
ImportError: cannot import name 'check_platform' from 'trollflow2.plugins' (/data/gholl/miniconda3/envs/py38b/lib/python3.8/site-packages/trollflow2/plugins/__init__.py)
The text was updated successfully, but these errors were encountered:
gerritholl
changed the title
Documentation refers to non-existing plugins
Documentation refers to non-existing plugins check_platform and check_sensor
Feb 3, 2021
pnuu
linked a pull request
Nov 15, 2024
that will
close
this issue
Describe the bug
The documentation refers to the plugins
check_platform
andcheck_sensor
. Neither plugin are available in trollflow2 master.To Reproduce
Expected behavior
Docs describe this plugin so I expect this to work.
Actual results
ImportError: cannot import name 'check_platform' from 'trollflow2.plugins' (/data/gholl/miniconda3/envs/py38b/lib/python3.8/site-packages/trollflow2/plugins/__init__.py)
Environment Info:
Additional context
The plugin documentation was added in #75
The text was updated successfully, but these errors were encountered: