[REVIEW] Parameter checks #56
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
review
Some code is due for review
Milestone
Proposal
At the moment, most of the parameter checks are implemented in
R
usingassertthat
. A consequence of that is a performance hit - in particular, if large parameters are involved. It would be good to either incorporate parameter checks directly in the support library or at least rewrite some of the tests in C++.The text was updated successfully, but these errors were encountered: