Skip to content

Commit a638f4c

Browse files
paulneves77DrPaulSharp
authored andcommitted
removed local path references, removed spurious units.py
1 parent cd7cb96 commit a638f4c

3 files changed

Lines changed: 0 additions & 96 deletions

File tree

sasdata/postprocess.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,3 @@ def deduce_qz(data: SasData):
5555

5656
data._data_contents['Qz'] = qz
5757

58-
if __name__ == "__main__":
59-
from sasdata.temp_hdf5_reader import load_data
60-
test_file = "/Users/pmneves/Downloads/108854.nxcansas.h5"
61-
data = load_data(test_file)
62-
63-
for dataset in data.values():
64-
deduce_qz(dataset)
65-
print(dataset.summary())
66-
67-
print(dataset._data_contents)

sasdata/temp_hdf5_reader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
test_file = "./example_data/2d_data/BAM_2D.h5"
3434
# test_file = "./example_data/2d_data/14250_2D_NoDetInfo_NXcanSAS_v3.h5"
3535
# test_file = "./example_data/2d_data/33837rear_2D_1.75_16.5_NXcanSAS_v3.h5"
36-
test_file = "/Users/pmneves/Downloads/108854.nxcansas.h5"
37-
test_file = "./test/sasdataloader/data/nxcansas_1Dand2D_multisasentry_multisasdata.h5"
3836

3937
logger = logging.getLogger(__name__)
4038

units.py

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)