You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you instantiate a study by Study(id_) but you check if a study exists by Study.exists(study_title), which is confusing. What we want to do? Everything by id_, study_title or both (exists_by_id).