Skip to content

dquality check does not reproduce the same results. #10

@decarlof

Description

@decarlof

Running multiple time python doc/demo/dquality_check.py
does not reproduce the same results.
data file and configs I used are at petrel#tomography/databank/dataExchange/DataQuality/test_01/

Output is:
run 1:
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 832.9627619225995, 1, False)
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 1372.6562367713757, 2, False)

run2:
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 239.71817869298599, 1, False)
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 1358.8717235151589, 2, False)

run 3:
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 465.80563977808737, 1, False)
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 54.066940477190499, 2, False)

run 4:
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 465.80563977808737, 1, False)
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 54.066940477190499, 2, False)

Here is full output:
txmtwo% python doc/demo/dquality_check.py
Verification type: hdf_structure
The dataset /exchange/data dimension 0 is wrong: it is [721] but should be [722]
The dataset /exchange/data dimension 2 is wrong: it is [2448] but should be [2449]
incorrect attribute in /exchange/data_dark: is axes:theta:y:x but should be axes:theta_dark:y:x
incorrect attribute in /exchange/data_white: is axes:theta:y:x but should be axes:theta_white:y:x
the following attributes are missing in tag /exchange/theta
- units
the following tags are missing:
- /exchange/missing
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 832.9627619225995, 1, False)
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 1372.6562367713757, 2, False)
finished
txmtwo% python doc/demo/dquality_check.py
Verification type: hdf_structure
The dataset /exchange/data dimension 0 is wrong: it is [721] but should be [722]
The dataset /exchange/data dimension 2 is wrong: it is [2448] but should be [2449]
incorrect attribute in /exchange/data_dark: is axes:theta:y:x but should be axes:theta_dark:y:x
incorrect attribute in /exchange/data_white: is axes:theta:y:x but should be axes:theta_white:y:x
the following attributes are missing in tag /exchange/theta
- units
the following tags are missing:
- /exchange/missing
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 239.71817869298599, 1, False)
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 1358.8717235151589, 2, False)
finished
txmtwo% python doc/demo/dquality_check.py
Verification type: hdf_structure
The dataset /exchange/data dimension 0 is wrong: it is [721] but should be [722]
The dataset /exchange/data dimension 2 is wrong: it is [2448] but should be [2449]
incorrect attribute in /exchange/data_dark: is axes:theta:y:x but should be axes:theta_dark:y:x
incorrect attribute in /exchange/data_white: is axes:theta:y:x but should be axes:theta_white:y:x
the following attributes are missing in tag /exchange/theta
- units
the following tags are missing:
- /exchange/missing
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 465.80563977808737, 1, False)
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 54.066940477190499, 2, False)
finished
txmtwo% python doc/demo/dquality_check.py
Verification type: hdf_structure
The dataset /exchange/data dimension 0 is wrong: it is [721] but should be [722]
The dataset /exchange/data dimension 2 is wrong: it is [2448] but should be [2449]
incorrect attribute in /exchange/data_dark: is axes:theta:y:x but should be axes:theta_dark:y:x
incorrect attribute in /exchange/data_white: is axes:theta:y:x but should be axes:theta_white:y:x
the following attributes are missing in tag /exchange/theta
- units
the following tags are missing:
- /exchange/missing
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 465.80563977808737, 1, False)
('result: file name, result, quality id, error: ', '/local/data/test/test.h5', 54.066940477190499, 2, False)
finished

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions