Nima Sedaghat
Nima Sedaghat
Hi there. Great piece of code. Is this error familiar?: `Server returned: {'error': 'invalid_client', 'error_description': "AADSTS700025: Client is public so neither 'client_assertion' nor 'client_secret' should be presented. ...`
Hopefully addressing https://github.com/astropy/reproject/issues/353#issue-1628377773
Hi there. This very line: https://github.com/astropy/reproject/blob/3bb79cdfab86da32169bbbb73e907e22ad9783aa/reproject/interpolation/core.py#L95 changes an input array with dtype=float32 to float64. Could we replace it with a mere check (for all floating point types) instead, and raise...