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
587 stars 168 forks source link

Fix Medline parser tests #133

Closed nils-herrmann closed 2 months ago

nils-herrmann commented 8 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

Michael-E-Rose commented 2 months ago

Has been done in various commits.