EasyScience / EasyDiffractionApp

Diffraction data analysis application
https://easydiffraction.org
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Add atom is case sensitive #184

Closed rozyczko closed 2 years ago

rozyczko commented 2 years ago

Adding "o" instead of "O" throws

  File "D:\projects\easyScience\easyCore\easyCore\Elements\periodic_table.py", line 1234, in from_string
    raise ValueError("Invalid Species String")
ValueError: Invalid Species String

making the GUI unusable afterwards.