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
this code seems to assume that each clinical_trials element j is itself a list (j[0], for k in j). But the actual clinical_trials elements seem to be plain objects. So maybe this code isn't working as-intended?
Reported by Colleen in Slack:
this code seems to assume that each clinical_trials element j is itself a list (j[0], for k in j). But the actual clinical_trials elements seem to be plain objects. So maybe this code isn't working as-intended?