Skip to content

Commit a9bc226

Browse files
committed
Delete unused (and incorrect) accessor method.
1 parent 710331b commit a9bc226

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

probability.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,9 +533,6 @@ def __init__(self, transition_model, sensor_model, prior= [0.5, 0.5]):
533533
self.sensor_model = sensor_model
534534
self.prior = prior
535535

536-
def transition_model(self):
537-
return self.transition_model
538-
539536
def sensor_dist(self, ev):
540537
if ev is True:
541538
return self.sensor_model[0]

0 commit comments

Comments
 (0)