We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bdfcf commit 492d83dCopy full SHA for 492d83d
brml/prob_tables/potential.py
@@ -187,7 +187,6 @@ def size(self):
187
of both dimensions (e.g. max(1, 2) = 2)
188
3. Table multidimensional but actually a vector - length vector
189
4. Table multidimensional -> return shape of table
190
- TODO: Consider adding a __len__ method.
191
Notice that it returns a numpy array even if table is a 1D vector.
192
:return: Number of states in the table for each variable.
193
:rtype: numpy.array
0 commit comments