Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
updating SUNSET_SPECIES_TABLE to reflect the new naming convention
  • Loading branch information
lucasattia authored Dec 5, 2024
1 parent a32e22f commit 4b002e3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/NanoParticleTools/machine_learning/data/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
import os

SUNSET_SPECIES_TABLE = {
1: sorted(["Yb", "Er", "Xsurfacesix"]),
2: sorted(["Yb", "Er"]),
3: sorted(["Yb", "Er", "Xsurfacesix", "Tm"]),
4: sorted(["Yb", "Er"]),
5: sorted(["Yb", "Er", "Nd"]),
6: sorted(['Yb', 'Er', "Xsurfacesix", 'Tm', 'Nd', 'Ho', 'Eu', 'Sm', 'Dy'])
1: sorted(["Yb", "Er", "Nd"]),
2: sorted(["Yb", "Er", "Xsurfacesix"]),
3: sorted(["Yb", "Er"]),
4: sorted(["Yb", "Er", "Xsurfacesix", "Tm"])
}


Expand Down

0 comments on commit 4b002e3

Please sign in to comment.