cholla-hydro / cholla

A GPU-based hydro code
https://github.com/cholla-hydro/cholla/wiki
MIT License
60 stars 32 forks source link

cat_dset_3D.py now inherits output dataset types from input data #224

Closed bcaddy closed 1 year ago

bcaddy commented 1 year ago

This could also be fixed by adding a warning that h5py will automatically convert to FP32 without an explicit dtype given but I think inheriting the datatype of the input dataset is probably the correct thing to do most of the time.

resolve #221