Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Nov 9, 2024
1 parent c468a85 commit 66c2b55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/check-processing-time/src/check_processing_time.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from typing import Union

# TODO: default to null for failed HyP3 jobs and failed calculations


def get_time_from_result(result: Union[list, dict]) -> Union[list, float]:
if isinstance(result, list):
Expand Down

0 comments on commit 66c2b55

Please sign in to comment.