horde-ad
horde-ad copied to clipboard
Make assertEqualUpToEpsilon show the correct line number
Right now, most of the time, it shows the line it's defined at instead of the one it's called at, where the mistake is made.
HasCallStack
is already added wherever possible, so we need to catch and re-throw exceptions or find a way to add HasCallStack
to the typeclass (apparently forbidden).