Closed thomas-rasmussen closed 4 years ago
The problem is this line: https://github.com/thomas-rasmussen/sas_macros/blob/52df30a3e613a9e4eaf514fef1ed29fd29ddfbaf/ps_match.sas#L669 it should be: rc1 = h.remove(key: closest_id);
This was not detected by the tests (...), so they clearly need to be improved.
Fixed in version 0.1.2
The problem is this line: https://github.com/thomas-rasmussen/sas_macros/blob/52df30a3e613a9e4eaf514fef1ed29fd29ddfbaf/ps_match.sas#L669 it should be: rc1 = h.remove(key: closest_id);
This was not detected by the tests (...), so they clearly need to be improved.