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
Why are the lines affil_text = re.sub('2 ', ' ', affil_text) affil_text = re.sub('2. ', ' ', affil_text)
present ?
They create incorrect zip code results with an afiiliation string such as
'Department of Audiology, Speech-Language Pathology & Deaf Studies, Towson University, Towson, MD 21252, USA. ' as the zipcode is incorrectly modified
The text was updated successfully, but these errors were encountered:
Why are the lines
affil_text = re.sub('2 ', ' ', affil_text)
affil_text = re.sub('2. ', ' ', affil_text)
present ?
They create incorrect zip code results with an afiiliation string such as
'Department of Audiology, Speech-Language Pathology & Deaf Studies, Towson University, Towson, MD 21252, USA. ' as the zipcode is incorrectly modified
The text was updated successfully, but these errors were encountered: