Relaxation rates should be floats
All threads resolved!
All threads resolved!
Compare changes
@@ -2,6 +2,7 @@ import abc
@@ -2,6 +2,7 @@ import abc
@@ -52,6 +53,7 @@ class AbstractLbMethod(abc.ABC):
@@ -52,6 +53,7 @@ class AbstractLbMethod(abc.ABC):
"""Returns a qxq diagonal matrix which contains the relaxation rate for each moment on the diagonal"""
@@ -104,6 +106,9 @@ class AbstractLbMethod(abc.ABC):
@@ -104,6 +106,9 @@ class AbstractLbMethod(abc.ABC):