Skip to content

Commit 598061e

Browse files
committed
Use topas2numpy package
1 parent feb4259 commit 598061e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nrtest/result/topas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# third party imports
22
from numpy.testing import assert_allclose
3-
from topas_result import read_ntuple, BinnedResult
3+
from topas2numpy import read_ntuple, BinnedResult
44

55
# project imports
66
from .factory import register, BaseResult

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
'six',
2121
'psutil>=2.0',
2222
'numpy>=1.6.0',
23+
'topas2numpy',
2324
],
2425

2526
# metadata for upload to PyPI

0 commit comments

Comments
 (0)