Skip to content

Commit

Permalink
FIX: import additional nstar definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed May 22, 2024
1 parent 3b1c184 commit eed0740
Show file tree
Hide file tree
Showing 5 changed files with 463 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/report/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
002-*-graph
013-graph?
018-graph

!030/*.yml
2 changes: 1 addition & 1 deletion docs/report/030.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"def load_particle_database() -> ParticleCollection:\n",
" particle_database = qrules.load_default_particles()\n",
" additional_definitions = qrules.io.load(\n",
" \"../../../additional-nstar-sigma-definitions.yml\"\n",
" \"030/additional-nstar-sigma-definitions.yml\"\n",
" )\n",
" particle_database.update(additional_definitions)\n",
" return particle_database\n",
Expand Down
Loading

0 comments on commit eed0740

Please sign in to comment.