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

Test time density workflow (in current state) end-to-end from compiled sequential script #5

Closed cisaacstern closed 1 month ago

cisaacstern commented 1 month ago

We are already able to compile a sequential script for time density, e.g.:

https://github.com/wildlife-dynamics/ecoscope-workflows/blob/main/examples/dags/scripts-sequential/time_density_script_sequential.py

The next step is to setup end-to-end testing for compiled scripts like this one.

This entails:

Note: The "in current state" in the title of this workflow refers to the fact that I want to test the compilation spec as it currently exists in the repo (without a visual output, just a dataframe output).