Add comment for later ticket

This commit is contained in:
Kelly McDonald 2021-02-16 08:44:41 -05:00
parent da0af14724
commit 3b1dc70558
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ class StudyService(object):
# master spec and runs it. Don't execute this for Abandoned studies, as
# we don't have the information to process them.
if study.status != StudyStatus.abandoned:
# this line is taking 99% of the time that is used in get_study.
# see ticket #196
status = StudyService.__get_study_status(study_model)
study.warnings = StudyService.__update_status_of_workflow_meta(workflow_metas, status)