Skip to content

Commit

Permalink
change one_algo import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ztq1996 committed May 7, 2024
1 parent f2bc393 commit a154dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_algos.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from rail.core.stage import RailStage
from rail.core.data import DataStore, TableHandle
from rail.utils.path_utils import RAILDIR
from rail.utils.algo_utils import one_algo
from rail.utils.testing_utils import one_algo
from rail.estimation.algos import bpz_lite
from rail.bpz.utils import RAIL_BPZ_DIR

Expand Down

0 comments on commit a154dfe

Please sign in to comment.