Skip to content

Commit

Permalink
Adapt to future Pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Feb 5, 2024
1 parent b497ab4 commit 618e138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particle/particle/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def is_baryon_with_defined_parity(i: PDGID, p: Parity) -> bool:
full = pd.concat([pdg_table, pdg_table_inv])

# This will override any negative values
full.Latex.update(latex_series)
full.Latex = full.Latex.update(latex_series)

# These items are not very important - can be reconstructed from the PDG ID
# TODO: maybe first check the consistency between what is read in and what the PDG ID provides (being maniac)?
Expand Down

0 comments on commit 618e138

Please sign in to comment.