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 is failing in ADSIngestParser: the following line will fail if the result of self.record_meta.find("ce:keywords") is None, because you cannot do the subsequent find on a NoneType.
python run.py -p "/proj/ads/abstracts/data/ELS/CONSYN.AST/2023/ELS.080723/2214-4048//S2214404823X00032/S2214404823000368/S2214404823000368.xml" -t elsevier -f elsevier.test
The text was updated successfully, but these errors were encountered: