-
@FlorianOswald I think you’re looking at the PERFECT use case for “assert [condition]” as in qui summ diff_birthrate assert (r(mean) <= 0.1) If you’re looking for fancier error handling, you can “cap” the assert and test its return code to see if you want to use -error-. cc: @gedeonlim89