Skip to content

Commit e0cac27

Browse files
committed
edit tests
1 parent 283cf83 commit e0cac27

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- main
77
- final_project
8-
- workflows
98

109
pull_request:
1110
branches:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
apt-get update && apt-get install -y python3.10-venv python3-pip cmake
3030
3131
- name: Install MPI (OpenMPI)
32-
run: sudo apt-get update && sudo apt-get install -y libopenmpi-dev openmpi-bin
32+
run: apt-get update && apt-get install -y libopenmpi-dev openmpi-bin
3333

3434
- name: Install additional dependencies
3535
run: |

src/pyclassify/__init__.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,4 @@
2626
# QR_cp,
2727
)
2828

29-
from .helpers_secular import (
30-
inner_outer_eigs,
31-
return_secular_f,
32-
secular_function,
33-
check_is_root,
34-
bisection,
35-
compute_outer_zero,
36-
compute_psi_s,
37-
compute_inner_zero,
38-
compute_eigenvalues,
39-
)
29+
from .zero_founder import compute_Psi, secular_solver

0 commit comments

Comments
 (0)