Skip to content

Commit

Permalink
change stage_utils path
Browse files Browse the repository at this point in the history
  • Loading branch information
ztq1996 committed May 7, 2024
1 parent 49001fa commit 671c4ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/core_examples/Build_Save_Load_Run_Pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"from rail.creation.engines.flowEngine import FlowCreator, FlowPosterior\n",
"from rail.core.data import TableHandle\n",
"from rail.core.stage import RailStage\n",
"from rail.utils.stage_utils import ColumnMapper, TableConverter"
"from rail.tools.table_tools import ColumnMapper, TableConverter"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/core_examples/Iterate_Tabular_Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"metadata": {},
"outputs": [],
"source": [
"from rail.utils.stage_utils import ColumnMapper"
"from rail.tools.table_tools import ColumnMapper"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/creation_examples/posterior-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
")\n",
"from rail.core.data import TableHandle\n",
"from rail.core.stage import RailStage\n",
"from rail.utils.stage_utils import ColumnMapper\n"
"from rail.tools.table_tools import ColumnMapper\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/goldenspike_examples/goldenspike.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"from rail.creation.engines.flowEngine import FlowModeler, FlowCreator, FlowPosterior\n",
"from rail.core.data import TableHandle\n",
"from rail.core.stage import RailStage\n",
"from rail.utils.stage_utils import ColumnMapper, TableConverter\n",
"from rail.tools.table_tools import ColumnMapper, TableConverter\n",
"\n",
"from rail.estimation.algos.bpz_lite import BPZliteInformer, BPZliteEstimator\n",
"from rail.estimation.algos.k_nearneigh import KNearNeighInformer, KNearNeighEstimator\n",
Expand Down

0 comments on commit 671c4ae

Please sign in to comment.