Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
y8z committed Oct 7, 2024
1 parent 6d6ceb3 commit 226c382
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_addiedriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ def setUp(self):
'SofQ_NaNO3_275C.dat']
self.datFiles = [os.path.join(DATA_DIR, filename) for filename in self.datFiles]

self.nxsFiles = ['NOM_127827_SQ.nxs']
self.nxsFiles = [os.path.join(DATA_DIR, filename) for filename in self.nxsFiles]

def runLoad(self, driver, filename):
"""Utility for testing load of S(Q) files"""
print('loading "{}"'.format(filename))
Expand All @@ -55,12 +52,6 @@ def test_load_sq_dat_files(self):
for filename in self.datFiles:
self.runLoad(driver, filename)

def test_load_sq_nxs_files(self):
"""Test that we can load S(Q) *.nxs (NeXus) files"""
driver = AddieDriver()
for filename in self.nxsFiles:
self.runLoad(driver, filename)


class AddieDriverBraggDataTests(unittest.TestCase):
def setUp(self):
Expand Down

1 comment on commit 226c382

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitLab pipeline for addie-dev has been submitted for this commit: "https://code.ornl.gov/sns-hfir-scse/deployments/addie-deploy/-/pipelines/622688"

Please sign in to comment.