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
Move 'get started' to bioimageio.core.init.py and maybe execute example commands with subprocess to have them validated with ptyest...
import subprocess subprocess.run("bioimageio predict impartial-shrimp --example=True".split())
Maybe use https://docs.pytest.org/en/stable/how-to/doctest.html#doctest-namespace-fixture to provide some run_example command to make it look like more closely to what is run in a terminal. Maybe hide that line even with <!--- in the final rendered html.
run_example
<!--- >>>run_example("bioimageio predict impartial-shrimp --example=True") # ---> $ bioimageio predict impartial-shrimp --example=True
The text was updated successfully, but these errors were encountered:
FynnBe
No branches or pull requests
Move 'get started' to bioimageio.core.init.py and maybe execute example commands with subprocess to have them validated with ptyest...
Maybe use https://docs.pytest.org/en/stable/how-to/doctest.html#doctest-namespace-fixture
to provide some
run_example
command to make it look like more closely to what is run in a terminal.Maybe hide that line even with <!--- in the final rendered html.
The text was updated successfully, but these errors were encountered: