8000 remove travis examples using cysparse (for now). · PythonOptimizers/qr_mumps.py@324bf33 · GitHub
[go: up one dir, main page]

Skip to content

Commit 324bf33

Browse files
committed
remove travis examples using cysparse (for now).
1 parent ecde34e commit 324bf33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ script:
1717
- python examples/qr_mumps_numpy_double.py
1818
- python examples/qr_mumps_numpy_complex.py
1919
- python examples/qr_mumps_numpy_loop_multiple_rhs.py
20-
- python examples/qr_mumps_cysparse_double.py examples/bcsstk01.mtx
21-
- python examples/qr_mumps_cysparse_double.py examples/illc1033.mtx
22-
- python examples/qr_mumps_cysparse_complex.py examples/conf5.0-00l4x4-1000.mtx
20+
# - python examples/qr_mumps_cysparse_double.py examples/bcsstk01.mtx
21+
# - python examples/qr_mumps_cysparse_double.py examples/illc1033.mtx
22+
# - python examples/qr_mumps_cysparse_complex.py examples/conf5.0-00l4x4-1000.mtx

0 commit comments

Comments
 (0)
0