-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Michael Baas edited this page Sep 18, 2023
·
1 revision
Q: I am comparing alternative numeric algorithms and am happy with ⎕CT=5. Your Assert (or Check) fn uses ≡ which is much too strict for me. What do you propose?
A: No problem. You can formulate your own rules / comparisons. We recommend however to then use Assert or Check to compare the result of your test with the value 1 for the simple reason that it gives you access to the features of the DTest framework, namely using the -halt modifier to halt the test on failing checks! (be sure that your comparison fn returns a boolean scalar)