Skip to content

Commit

Permalink
Merge pull request #6 from LSSTDESC/setup_fix
Browse files Browse the repository at this point in the history
Setup fix
  • Loading branch information
eacharles authored Sep 15, 2022
2 parents a25333f + 8923d61 commit 2f3feac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"pz-rail-hub>=0.0.3",
"pz-rail-hub>=0.0.4",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup

setup()
setup(setup_requires=['setuptools_scm'])
2 changes: 1 addition & 1 deletion src/rail/pipelines/examples/goldenspike/goldenspike.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namer = NameFactory()
from rail.core.utils import RAILDIR
flow_file = os.path.join(RAILDIR, 'examples/goldenspike/data/pretrained_flow.pkl')
flow_file = os.path.join(RAILDIR, 'rail/examples/goldenspike/data/pretrained_flow.pkl')


class GoldenspikePipeline(RailPipeline):
Expand Down

0 comments on commit 2f3feac

Please sign in to comment.