Resolve "Write a pytorch linear gapfilling module"
MR contains linear_gapfilling
function and LinearGapFilling
module.
Extrapolation is based on nearest neighbours.
Tests try to cover corner cases, and there are dedicated tests prooving that gradient backpropagation flows through the function and module.
Closes #4 (closed)