Removing stand table from testing, because github can not read /sf/

This commit is contained in:
2023-11-13 15:25:26 +01:00
parent 97f683b73c
commit ff87dbdd60

View File

@@ -47,7 +47,10 @@ def test_xray_transmission():
T = xray_transmission(9000, 100e-6, material = 'Si')
assert T == 0.342385039732607
def test_stand_table():
# Load run from a p-group where we have saved the stand table. First run recorded was number 27, so check that.
table = stand_table(21563)
assert table['run'][0] == 27
# This test can only be run localy (github has no access to /sf/cristallina), therefore it's commented out.
# def test_stand_table():
# # Load run from a p-group where we have saved the stand table. First run recorded was number 27, so check that.
# table = stand_table(21563)
# assert table['run'][0] == 27