You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions testNoSkew(), checkNoSkew(), assertNoSkew(), testNegativeSkew(), checkNegativeSkew(), testPositiveSkew(), checkPositiveSkew(), assertPositiveSkew() do not work correctly.
Function uses skewType(object$skewness()) == "No Skew" (uppercase) however skewType() returns skew in all lowercase returning a FALSE irrespective of skew.
Functions
testNoSkew()
,checkNoSkew()
,assertNoSkew()
,testNegativeSkew()
,checkNegativeSkew()
,testPositiveSkew()
,checkPositiveSkew()
,assertPositiveSkew()
do not work correctly.Function uses
skewType(object$skewness()) == "No Skew"
(uppercase) howeverskewType()
returns skew in all lowercase returning a FALSE irrespective of skew.Failing tests
expect_true(testNoSkew( Binomial$new()))
The text was updated successfully, but these errors were encountered: