usnistgov / fipy

FiPy is a Finite Volume PDE solver written in Python
http://pages.nist.gov/fipy/en/latest
Other
512 stars 149 forks source link

skfmm does not seem to be listed as a dependency when running the tests #1072

Open wd15 opened 1 month ago

wd15 commented 1 month ago

See here

2024-09-17T00:18:08.0531699Z FAILED (failures=9)
2024-09-17T00:18:08.0532121Z !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2024-09-17T00:18:08.0532683Z Skipped 83 doctest examples because the `tvtk` package cannot be imported
2024-09-17T00:18:08.0533311Z !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2024-09-17T00:18:08.0533766Z 
2024-09-17T00:18:08.0534712Z python      3.12.5 | packaged by conda-forge | (main, Aug  8 2024, 18:24:51) [MSC v.1940 64 bit (AMD64)]
2024-09-17T00:18:08.0535326Z fipy        3.4.5+8.gd8d9f88fe
2024-09-17T00:18:08.0535670Z numpy       2.1.1
2024-09-17T00:18:08.0535999Z pysparse    not installed
2024-09-17T00:18:08.0536332Z scipy       1.14.1
2024-09-17T00:18:08.0536841Z matplotlib  3.9.2
2024-09-17T00:18:08.0537182Z mpi4py      not installed
2024-09-17T00:18:08.0537526Z petsc4py    not installed
2024-09-17T00:18:08.0537881Z pyamgx      not installed
2024-09-17T00:18:08.0538227Z PyTrilinos  not installed
2024-09-17T00:18:08.0538612Z mayavi      4.8.2
2024-09-17T00:18:08.0538898Z gmsh        4.12.2
2024-09-17T00:18:08.0539235Z solver      scipy
2024-09-17T00:18:08.0539471Z 
2024-09-17T00:18:08.5110119Z 
2024-09-17T00:18:08.5114240Z ##[debug]
guyer commented 1 month ago

Interesting. The day before it reported

2024-09-16T00:19:24.9357158Z Ran 541 tests in 122.152s
2024-09-16T00:19:24.9357362Z 
2024-09-16T00:19:24.9357608Z OK
2024-09-16T00:19:24.9357952Z !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2024-09-16T00:19:24.9358392Z Skipped 38 doctest examples because neither `lsmlib` nor `skfmm` can be found on the $PATH
2024-09-16T00:19:24.9359052Z Skipped 1 doctest examples because `skfmm` must be used to run some tests
2024-09-16T00:19:24.9359455Z Skipped 83 doctest examples because the `tvtk` package cannot be imported
2024-09-16T00:19:24.9359870Z !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2024-09-16T00:19:24.9563153Z 
2024-09-16T00:19:24.9568785Z python      3.12.5 | packaged by conda-forge | (main, Aug  8 2024, 18:24:51) [MSC v.1940 64 bit (AMD64)]
2024-09-16T00:19:24.9569570Z fipy        3.4.5+8.gd8d9f88fe
2024-09-16T00:19:24.9569892Z numpy       2.1.1
2024-09-16T00:19:24.9570201Z pysparse    not installed
2024-09-16T00:19:24.9570505Z scipy       1.14.1
2024-09-16T00:19:24.9570799Z matplotlib  3.9.2
2024-09-16T00:19:24.9571103Z mpi4py      not installed
2024-09-16T00:19:24.9571413Z petsc4py    not installed
2024-09-16T00:19:24.9571719Z pyamgx      not installed
2024-09-16T00:19:24.9572028Z PyTrilinos  not installed
2024-09-16T00:19:24.9572367Z mayavi      4.8.2
2024-09-16T00:19:24.9572656Z gmsh        4.12.2
2024-09-16T00:19:24.9572944Z solver      scipy
2024-09-16T00:19:24.9573126Z 
2024-09-16T00:19:25.2941275Z 
guyer commented 1 month ago

Yesterday

On the previous day