mbari-org / deepsea-ai

DeepSea-AI is a Python package to simplify processing deep sea video in AWS https://aws.amazon.com from a command line.
http://docs.mbari.org/deepsea-ai/
Apache License 2.0
3 stars 1 forks source link

Improved reports #27

Open danellecline opened 1 year ago

danellecline commented 1 year ago

Add one report per job. Currently, job .txt reports are generated per day, per job, which is more verbose than needed. Kris suggested generation a .txt for the first day of submission and the last day of processing. Starting date and dates are captured in the reports, so a single file should capture the time submitted and finished in one file.

### Tasks
- [ ]  Drop the datetime  from the reports
- [ ]  Run pytest to confirm ok 
- [ ]  Deploy