Closed KlausVigo closed 7 years ago
Hi @thibautjombart, this should fix issue #49 and make add.gaps() independent of the data type it contains. It is very likely also faster as it does not convert the data.
add.gaps()
It may also be good to add some tests.
@KlausVigo sorry for the late merge, thanks for the PR and the fix!
@zkamvar yes totally but I have to prioritise other things atm :(
Hi @thibautjombart, this should fix issue #49 and make
add.gaps()
independent of the data type it contains. It is very likely also faster as it does not convert the data.