Skip to content

Commit 492d83d

Browse files
committed
removed todo
1 parent d7bdfcf commit 492d83d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

brml/prob_tables/potential.py

-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ def size(self):
187187
of both dimensions (e.g. max(1, 2) = 2)
188188
3. Table multidimensional but actually a vector - length vector
189189
4. Table multidimensional -> return shape of table
190-
TODO: Consider adding a __len__ method.
191190
Notice that it returns a numpy array even if table is a 1D vector.
192191
:return: Number of states in the table for each variable.
193192
:rtype: numpy.array

0 commit comments

Comments
 (0)