This possibly just needs an edit to reduce the size of the reference signal array alongside the reduction in size of the signal with removed edges.
File "\RCDT_Basic_Tests.py", line 115, in <module>
Irev = rcdt.inverse(Ihat, temp, nlims)
File "\pytranskit\optrans\continuous\radoncdt.py", line 123, in inverse
return self.apply_inverse_map(transport_map, sig0, x1_range)
File "\pytranskit\optrans\continuous\radoncdt.py", line 235, in apply_inverse_map
sig1_recon = match_shape2d(sig0, sig1_recon)
File "\pytranskit\optrans\utils\data_utils.py", line 81, in match_shape2d
raise ValueError("A is bigger than B: "
ValueError: A is bigger than B: (250, 250) vs (248, 248)
This possibly just needs an edit to reduce the size of the reference signal array alongside the reduction in size of the signal with removed edges.