icecube / event-generator

IceCube event generator
GNU General Public License v3.0
1 stars 2 forks source link

Fix numpy deprectation warning for builtin dtypes #17

Closed mhuen closed 9 months ago

mhuen commented 9 months ago

This PR is aimed at fixing issue #14. Numpy and tensorflow data types are now handled differently and can be accessed via the added class properties DataTensor.dtype_tf and DataTensor.dtype_np. Note that DataTensor.dtype is kept for serialization purposes.