Skip to content

Commit

Permalink
Update IKS.py
Browse files Browse the repository at this point in the history
  • Loading branch information
denismr authored Dec 17, 2019
1 parent 2c3b817 commit ba6492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IncrementalKS/Python C++ Wrapper/IKS.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def CAForPValue(pvalue):
Returns:
Threshold the "ca" that can be used to compute a threshold for KS().
'''
return clib.IKS_CAForPValue()
return clib.IKS_CAForPValue(pvalue)

IKS.Add = IKS.AddObservation
IKS.Remove = IKS.RemoveObservation
Expand Down

0 comments on commit ba6492f

Please sign in to comment.