Skip to content

Do not test params attribute but catch exception

Cédric Krier requested to merge topic/default/params-forgiveness into branch/default

Testing for params attribute multiples the computation badly in case of nested joins. It is better to just catch the AttributeError to avoid introduce a factorial execution time.

Closes #90

Merge request reports