Before applying the method one_step to the patient class the attributes bis, map (and all the output I guess) are of type float while they changed to tyep np.ndarray of one dimension after the first call to the one_step method. It should be uniformed to be always the same type.
Before applying the method one_step to the patient class the attributes bis, map (and all the output I guess) are of type float while they changed to tyep np.ndarray of one dimension after the first call to the one_step method. It should be uniformed to be always the same type.