Skip to content
Snippets Groups Projects
Commit 3cb047fa authored by Annika Vauth's avatar Annika Vauth
Browse files

Suppress warning about ndarray from ragged nested sequences

parent 9fef6c29
No related branches found
No related tags found
1 merge request!1Suppress warning about ndarray from ragged nested sequences
......@@ -21,6 +21,9 @@ from copy import deepcopy
np.set_printoptions(suppress=True)
# evil but works: just suppress the numpy nested ragged array warning
import warnings
warnings.filterwarnings("ignore", category=np.VisibleDeprecationWarning)
class SiPMSimulation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment