We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb4259 commit 598061eCopy full SHA for 598061e
nrtest/result/topas.py
@@ -1,6 +1,6 @@
1
# third party imports
2
from numpy.testing import assert_allclose
3
-from topas_result import read_ntuple, BinnedResult
+from topas2numpy import read_ntuple, BinnedResult
4
5
# project imports
6
from .factory import register, BaseResult
setup.py
@@ -20,6 +20,7 @@
20
'six',
21
'psutil>=2.0',
22
'numpy>=1.6.0',
23
+ 'topas2numpy',
24
],
25
26
# metadata for upload to PyPI
0 commit comments