trivecitoni
Results
1
issues of
trivecitoni
There doesn't seem to be any bound on the value returned by ```get_dev_risk```. For example: ```python N = 1000 weight = np.ones((N,1)) error = np.random.rand(N,1) get_dev_risk(weight, error) # outputs nan...