Hi Indro, Does input X in [degrade_dataset(...)](https://github.com/spindro/GINN/blob/master/ginn/utils.py#L73) possibly have nan (missing values, I mean the raw data has intrinsic missing values)? If so, why `mask_1d = np.ones(n)` rather than `mask_1d = #where X is not nan`?