Skip to content
Snippets Groups Projects
Unverified Commit a8d488d7 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony Committed by GitHub
Browse files

Merge pull request #28299 from mantidproject/ElementalAnalysisPeakFile

updated elemental analysis ref data
parents 15251014 224c0fc4
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ Bug Fixes ...@@ -44,6 +44,7 @@ Bug Fixes
- The elemental analysis GUI can now handle legacy data which is missing a response dataset, e.g Delayed. - The elemental analysis GUI can now handle legacy data which is missing a response dataset, e.g Delayed.
- Fixed a bug where Elemental analysis gave an error when loading data. - Fixed a bug where Elemental analysis gave an error when loading data.
- Elemental analysis bug has been fixed that prevented co-adding data. - Elemental analysis bug has been fixed that prevented co-adding data.
- Peak data file has been updated. It now includes the same transition for different isotopes.
Algorithms Algorithms
########## ##########
......
This diff is collapsed.
...@@ -28,7 +28,7 @@ class PeriodicTableModelTest(unittest.TestCase): ...@@ -28,7 +28,7 @@ class PeriodicTableModelTest(unittest.TestCase):
def test_data_loaded_with_stock_file(self): def test_data_loaded_with_stock_file(self):
# loads data before load_peak_data is mocked # loads data before load_peak_data is mocked
assert self.model.peak_data["H"]["Z"] == 1 assert self.model.peak_data["Al"]["Z"] == 13
self.assertRaises(KeyError, lambda x: self.model.peak_data[x], "Cf") self.assertRaises(KeyError, lambda x: self.model.peak_data[x], "Cf")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment