LohseLab / agemo

Laplace transformed coalescence time distributions
http://agemo.readthedocs.io
GNU General Public License v3.0
4 stars 3 forks source link

remove SageMath dependency #16

Closed GertjanBisschop closed 10 months ago

GertjanBisschop commented 1 year ago

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.

GertjanBisschop commented 11 months ago

Solved in #21