wildlife-dynamics / ecoscope-workflows

An extensible task specification and compiler for local and distributed workflows.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Omit `arg_dependencies` + and `return` annotations from get-params #4

Closed cisaacstern closed 1 month ago

cisaacstern commented 1 month ago

In the CLI, get-params returns the param spec for a given compilation spec.

This are retrieved via introspection of task function annotations.

We should omit two kinds of annotations from this response:

cisaacstern commented 1 month ago

closed by #5