init
This commit is contained in:
commit
2da206d368
17 changed files with 955 additions and 0 deletions
10
pipeline/postprocessors.py
Normal file
10
pipeline/postprocessors.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
from .run import Run
|
||||
def check_for_insanity(run: Run) -> Run:
|
||||
raise NotImplementedError
|
||||
|
||||
def create_df_tasks(run: Run) -> Run:
|
||||
"""
|
||||
df_tasks are tasks that are remote-able, estimateable
|
||||
Add lb_estimate_in_minutes, ub_estimate_in_minutes, estimate_range, estimate_ratio, estimate_midpoint as columns
|
||||
"""
|
||||
raise NotImplementedError
|
Loading…
Add table
Add a link
Reference in a new issue