We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d47a9 commit 2862134Copy full SHA for 2862134
cmi_scripts/calcbvsnacl/calcbvs.py
@@ -48,5 +48,5 @@
48
49
print("Handling of unknown or invalid ion pairs:")
50
print(" table.lookup('A+', 'X-'):", table.lookup('A+', 'X-'))
51
-print(" table.lookup('A+', 'X-') == table.none():", (
52
- table.lookup('A+', 'X-') == table.none()))
+print(" table.lookup('A+', 'X-') == table.none():",
+ table.lookup('A+', 'X-') == table.none())
0 commit comments