potassco / clorm

🗃️ A Python ORM-like interface for the Clingo Answer Set Programming (ASP) reasoner
https://clorm.readthedocs.io
MIT License
52 stars 5 forks source link

Regression where singleton query not raising an exception #53

Closed daveraja closed 2 years ago

daveraja commented 2 years ago

I think there is a problem in clorm 1.3.2 with singleton queries not raising a exception when there is no match. It is expecting that there should be exactly one result and should raise an exception if this is not the case.

daveraja commented 2 years ago

Fixed in v1.3.3