-
Notifications
You must be signed in to change notification settings - Fork 814
[WIP] add unicode generation to IWSLT tests #1608
Conversation
@erip This issue seems random. It didn't happen in our latest unit-testing on the release branch #1613. I am not sure why it is the case. Do you think it has anything to do with XML not well formed as you propose the fix in this PR? |
|
Sorry -- I must've missed this notification. It's unclear, but it seems like it would be a consistent error since the closing tag always ends like ">>"... Hmm |
|
Sorry -- the semester has ramped up a bit for me in the last couple of weeks. 😄 I suspect (but haven't actually tested) that adding lxml support for reading would address this problem (by way of |
Gotcha thanks for the context. I can take over investigating how to fix this test. I was also wondering why we have |
I added a new PR (#1642) that removes the closing tag from the xml tags list. Lmk what you guys think @erip @parmeet |
* meaningless change to make XML well formed (though it is not important). * Remove closing doc tag from xml list. Update how close tags are created Co-authored-by: Elijah Rippeth <[email protected]> Co-authored-by: nayef211 <[email protected]>
|
Closing this now that #1642 has been merged |
Addresses #1607