Skip to content

Commit

Permalink
fix lsst error model import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ztq1996 committed Aug 6, 2024
1 parent c22b723 commit 86b6248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/goldenspike_examples/goldenspike.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"source": [
"# Various rail modules\n",
"import rail\n",
"from rail.creation.degraders.lsst_error_model import LSSTErrorModel\n",
"from rail.creation.degraders.photometric_errors import LSSTErrorModel\n",
"from rail.creation.degraders.spectroscopic_degraders import (\n",
" InvRedshiftIncompleteness,\n",
" LineConfusion,\n",
Expand Down
4 changes: 2 additions & 2 deletions examples/goldenspike_examples/goldenspike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stages:
name: flow_creator_train
nprocess: 1
- classname: LSSTErrorModel
module_name: rail.creation.degraders.lsst_error_model
module_name: rail.creation.degraders.photometric_errors
name: lsst_error_model_train
nprocess: 1
- classname: InvRedshiftIncompleteness
Expand Down Expand Up @@ -46,7 +46,7 @@ stages:
name: flow_creator_test
nprocess: 1
- classname: LSSTErrorModel
module_name: rail.creation.degraders.lsst_error_model
module_name: rail.creation.degraders.photometric_errors
name: lsst_error_model_test
nprocess: 1
- classname: ColumnMapper
Expand Down

0 comments on commit 86b6248

Please sign in to comment.