Add assertions/checks
randyzwitch opened this issue · 3 comments
randyzwitch commented
Add assertions for arrays having same dimensions, other necessities not covered through method signatures
randyzwitch commented
error()
is correct method to throw, per Slack chat, if charts not going to allow user to continue past input checks
randyzwitch commented
Assertions on type values can be done using Parameters.jl, but will be ignored if struct is mutable and changed after creation
randyzwitch commented
Add them as weird edge cases arise