SageMath is currently a dependency used for testing purposes. Creating a testing environment can only be done using conda for this reason. Furthermore, the sagemath library is huge, and we only require the InverseLaplace function. We should test whether the numerical implementation in mpmath is good enough for testing purposes or whether we need a smaller cas library like sympy.
SageMath is currently a dependency used for testing purposes. Creating a testing environment can only be done using conda for this reason. Furthermore, the sagemath library is huge, and we only require the
InverseLaplace
function. We should test whether the numerical implementation inmpmath
is good enough for testing purposes or whether we need a smaller cas library likesympy
.