Skip to content

Commit

Permalink
a few more places...
Browse files Browse the repository at this point in the history
  • Loading branch information
ztq1996 committed Aug 6, 2024
1 parent 86b6248 commit 5eba13e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 @@ -39,7 +39,7 @@
"from rail.core.stage import RailStage\n",
"from rail.creation.degraders.spectroscopic_degraders import LineConfusion\n",
"from rail.creation.degraders.quantityCut import QuantityCut\n",
"from rail.creation.degraders.lsst_error_model import LSSTErrorModel\n",
"from rail.creation.degraders.photometric_errors import LSSTErrorModel\n",
"from rail.creation.engines.flowEngine import FlowCreator, FlowPosterior\n",
"from rail.core.data import TableHandle\n",
"from rail.core.stage import RailStage\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/core_examples/pipe_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stages:
aliases:
output: output_flow_engine_test
- classname: LSSTErrorModel
module_name: rail.creation.degraders.lsst_error_model
module_name: rail.creation.degraders.photometric_errors
name: lsst_error_model_test
nprocess: 1
aliases:
Expand Down
4 changes: 2 additions & 2 deletions examples/creation_examples/degradation-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
" InvRedshiftIncompleteness,\n",
" LineConfusion,\n",
")\n",
"from rail.creation.degraders.lsst_error_model import LSSTErrorModel\n",
"from rail.creation.degraders.photometric_errors import LSSTErrorModel\n",
"from rail.creation.degraders.quantityCut import QuantityCut\n",
"from rail.core.stage import RailStage\n"
]
Expand Down Expand Up @@ -523,7 +523,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.0"
},
"vscode": {
"interpreter": {
Expand Down
4 changes: 2 additions & 2 deletions examples/creation_examples/photometric_realization_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"import matplotlib.pyplot as plt\n",
"from pzflow.examples import get_example_flow\n",
"from rail.creation.engines.flowEngine import FlowCreator\n",
"from rail.creation.degraders.lsst_error_model import LSSTErrorModel\n",
"from rail.creation.degraders.photometric_errors import LSSTErrorModel\n",
"from rail.core.stage import RailStage\n"
]
},
Expand Down Expand Up @@ -353,7 +353,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.0"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
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 @@ -39,7 +39,7 @@
"import pandas as pd\n",
"from pzflow.examples import get_example_flow\n",
"from rail.creation.engines.flowEngine import FlowCreator, FlowPosterior\n",
"from rail.creation.degraders.lsst_error_model import LSSTErrorModel\n",
"from rail.creation.degraders.photometric_errors import LSSTErrorModel\n",
"from rail.creation.degraders.quantityCut import QuantityCut\n",
"from rail.creation.degraders.spectroscopic_degraders import (\n",
" InvRedshiftIncompleteness,\n",
Expand Down

0 comments on commit 5eba13e

Please sign in to comment.