We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some unit tests fail since #562:
====================================================================== FAIL: test_application_definition_NXcanSAS (test_nxdl2rst.Issue_524_Clarify_Optional_or_Required) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/nexusformat/definitions/utils/test_nxdl2rst.py", line 82, in test_application_definition_NXcanSAS self.apply_tests('applications', 'NXcanSAS', expected_lines) File "/home/travis/build/nexusformat/definitions/utils/test_nxdl2rst.py", line 94, in apply_tests self.assertTrue(line.strip() in printed_lines, line.strip()) AssertionError: **(entry)**: (required) :ref:`NXentry` ====================================================================== FAIL: test_base_class_NXentry (test_nxdl2rst.Issue_524_Clarify_Optional_or_Required) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/nexusformat/definitions/utils/test_nxdl2rst.py", line 48, in test_base_class_NXentry self.apply_tests('base_classes', 'NXentry', expected_lines) File "/home/travis/build/nexusformat/definitions/utils/test_nxdl2rst.py", line 94, in apply_tests self.assertTrue(line.strip() in printed_lines, line.strip()) AssertionError: **(data)**: (optional) :ref:`NXdata`
The text was updated successfully, but these errors were encountered:
They fail because the expected names should now be upper case. Here are the current expected names that fail:
**(entry)**: (required) :ref:`NXentry` **(data)**: (required) :ref:`NXdata` **(data)**: (optional) :ref:`NXdata` **(sample)**: (optional) :ref:`NXsample` **(instrument)**: (optional) :ref:`NXinstrument` **(note)**: (optional) :ref:`NXnote` **(process)**: (optional) :ref:`NXprocess` **(source)**: (optional) :ref:`NXsource`
Sorry, something went wrong.
fixes #714
b09cf65
prjemian
Successfully merging a pull request may close this issue.
some unit tests fail since #562:
The text was updated successfully, but these errors were encountered: