haasad / PyPardiso

Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations
BSD 3-Clause "New" or "Revised" License
135 stars 20 forks source link

Write tests #3

Closed haasad closed 8 years ago

haasad commented 8 years ago

While working on #1, I realized that I need to write tests before continuing. Manually testing is time-consuming and a likely source of bugs.

haasad commented 8 years ago

2f138d6cfb3675c8d1e7f8c80c4a6e0b6cce7e56 includes 15 tests related to the basic solve functionality of the wrapper. Testing how the factorization is handled and whether the scipy aliases have identical behviour as the original ones should come next.

haasad commented 8 years ago

Tests for the core features of PyPardiso are now in place, including continous integration for linux and osx on travis and windows on appveyor.