pmgbergen / porepy

Python Simulation Tool for Fractured and Deformable Porous Media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit test fails locally

mariusnevland opened this issue · comments

The test dual_hybrid_vem_2d_ani_simplex fails locally on my computer. The problem seems to be a slightly too strict tolerance (10^-15). If I increase the tolerance to 10^-14, the test runs successfully.

Thanks for reporting. Could you add some information on your setup (OS, Conda/pip install, versions of numpy, scipy and numba)? You are most likely right that the tolerance is the issue, but it is interesting to document why your setup is more susceptible to this than other setups.

I am using Windows 10 with an Intel processor. All of the required packages have been installed with conda. I am using:

Numba 0.57.0
Numpy 1.24.3
Scipy 1.10.1

What's the status on this, @mariusnevland?

I haven't looked more into this yet @IvarStefansson.