UUDigitalHumanitieslab / sastadev

Method definitions for use in SASTA
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fix/typing building #24

Closed oktaal closed 1 year ago

oktaal commented 1 year ago

The return type of getstree was Syntree which is mapped to is mapped to etree._Element. The method however uses etree.parse which returns an etree._ElementTree instead.

I've also re-enabled the tests and made the small fixes needed for that.