Skip to content

Commit

Permalink
FIX: move data back to lhcb module
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 17, 2023
1 parent 556e57a commit 687ff28
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ include-package-data = false
package-dir = {"" = "src"}

[tool.setuptools.package-data]
"polarimetry.data" = [
"polarimetry.lhcb" = [
"model-definitions.yaml",
"particle-definitions.yaml",
]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/polarimetry/lhcb/particle.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ResonanceJSON(TypedDict):


__PARTICLE_DATABASE = load_particles(
Path(__file__).parent.parent / "data/particle-definitions.yaml"
Path(__file__).parent.parent / "lhcb/particle-definitions.yaml"
)

Λc = __PARTICLE_DATABASE["Lambda_c+"]
Expand Down

0 comments on commit 687ff28

Please sign in to comment.