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

End to end tests for example workflows (as monolithic script) #14

Closed cisaacstern closed 1 month ago

cisaacstern commented 1 month ago

Closes #5

cisaacstern commented 1 month ago

Goal by end of day: finish this with map output.

cisaacstern commented 1 month ago

Closes #4 Closes #13

cisaacstern commented 1 month ago

remaining todo:

cisaacstern commented 1 month ago

This works, horray! 🎉

remaining todo:

  • [ ] serialize output of final stage of sequential script (add return_postvalidator, and spec field, e.g. "results_root", for this)

In the end, I punted on this for now by just printing the html string from the script to stdout, and >'ing that text to file.

A working ecomap can be generated roughly as follows (mostly notes to self, more detailed docs to follow):

(This is the same thing as the e2e test added here does.)

Closes #18