Skip to content

BugFix: R->R should take real part of gradient even if outdtype is real.

Vicentini Filippo requested to merge PhilipVinc/bugfix into v3.0

Created by: PhilipVinc

Addresses a problem that arose in #420. Also replaces my custom implementation of single dispatch for sum_inplace with python's single dispatch that I just discovered exists.

Merge request reports