Skip to content

Commit

Permalink
[PyROOT] Update reference counter reference value for Numba tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed Mar 16, 2024
1 parent ce9c1c6 commit c8f2cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/pyroot/pythonizations/test/numbadeclare.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def fn1(x):

self.assertTrue(hasattr(fn1, "__cpp_wrapper__"))
self.assertTrue(type(fn1.__cpp_wrapper__) == str)
self.assertEqual(sys.getrefcount(fn1.__cpp_wrapper__), 2)
self.assertEqual(sys.getrefcount(fn1.__cpp_wrapper__), 3)

self.assertTrue(hasattr(fn1, "__py_wrapper__"))
self.assertTrue(type(fn1.__py_wrapper__) == str)
Expand Down

0 comments on commit c8f2cdf

Please sign in to comment.