We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ac1fe commit a82e882Copy full SHA for a82e882
bindings/pyroot/pythonizations/test/th2.py
@@ -54,5 +54,5 @@ def test_scalar_multiplication_right(self):
54
self.assertAlmostEqual(hscaled.GetBinContent(1, 1), 4.0)
55
56
57
-if __name__ == '__main__':
+if __name__ == "__main__":
58
unittest.main()
bindings/pyroot/pythonizations/test/th3.py
@@ -2,6 +2,7 @@
2
3
import ROOT
4
5
+
6
class TH3Operations(unittest.TestCase):
7
"""
8
Test TH3D arithmetic operations
@@ -39,5 +40,5 @@ def test_scalar_multiplication_right(self):
39
40
self.assertAlmostEqual(hscaled.GetBinContent(1, 1, 1), 4.0)
41
42
43
44
0 commit comments