Make a copy of the data upon adding
Should this simple one-liner already solve #22 (closed) ? Please check. If it does not, please provide a minimum working (well, failing) example for me to test, thanks!
Merge request reports
Activity
changed milestone to %publish as v2.0.0 on pypi
added Bug label
requested review from @FObersteiner
assigned to @christophknote
Yes, we do, bc. we only denanify for writing output to file / stdout. The data itself should still have
np.nan
s. Firstly, bc. this (or masking them) is the way to treat missing values in a numpy array, and, secondly, we might want to write out multiple times and should, for consistencies sake not change the dataset in the meantime.added 2 commits
enabled an automatic merge when the pipeline for 8e63fb9e succeeds
Please register or sign in to reply