geoprior.cli.run_sm3_suite#

Preset-driven SM3 suite runner.

This command replaces the previous shell-only SM3 launchers with a portable Python CLI that fits the GeoPrior run-family API.

Functions

main([argv])

Compatibility alias for the suite runner.

sm3_suite_main([argv])

Run a preset-driven SM3 suite.

geoprior.cli.run_sm3_suite.sm3_suite_main(argv=None)[source]#

Run a preset-driven SM3 suite.

Parameters:

argv (list[str] | None)

Return type:

None

geoprior.cli.run_sm3_suite.main(argv=None)[source]#

Compatibility alias for the suite runner.

Parameters:

argv (list[str] | None)

Return type:

None