titipata / pubmed_parser

:clipboard: A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset
http://titipata.github.io/pubmed_parser/
MIT License
559 stars 164 forks source link

Fix Medline parser tests #133

Open nils-herrmann opened 3 months ago

nils-herrmann commented 3 months ago

Problem Currently four tests are failing in the test_medline_parser.py:

To Reproduce Execute pytest: pytest ./tests

Expected behavior All test should pass

To-Do Investigate why the test are failing, fix it and update tests