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
Once a new version of spec2nexus is released that has the fix for empty #O0 & #P0 lines, revise the tests/test_filewriter.py with these lines: https://github.com/prjemian/spec2nexus/blob/a4158a27fdcb64ea6700e62da7b41221057bcecd/tests/test_plugin.py#L200-L209
#O0
#P0
tests/test_filewriter.py
The text was updated successfully, but these errors were encountered:
Looks like:
self.assertGreater(scan.header.raw.find("\n#O0 \n"), 0) self.assertGreater(scan.header.raw.find("\n#o0 \n"), 0) self.assertEqual(len(scan.header.O), 1) self.assertEqual(len(scan.header.O[0]), 0) self.assertEqual(len(scan.header.o), 1) self.assertEqual(len(scan.header.o[0]), 0) self.assertGreater(scan.raw.find("\n#P0 \n"), 0) self.assertEqual(len(scan.P), 1) self.assertEqual(len(scan.P[0]), 0) self.assertEqual(len(scan.positioner), 0)
Sorry, something went wrong.
DOC #226
6749b65
add to requirements.txt for spec2nexus >= 2021.1.2 (released just now)
TST #226
7f5a324
PKG #226
d7ab12f
prjemian
Successfully merging a pull request may close this issue.
Once a new version of spec2nexus is released that has the fix for empty
#O0
&#P0
lines, revise thetests/test_filewriter.py
with these lines: https://github.com/prjemian/spec2nexus/blob/a4158a27fdcb64ea6700e62da7b41221057bcecd/tests/test_plugin.py#L200-L209The text was updated successfully, but these errors were encountered: