LSSTDESC / tomo_challenge

2020 Tomographic binning challenge
13 stars 18 forks source link

fix import bug for jax-metrics #27

Closed EiffL closed 4 years ago

EiffL commented 4 years ago

jax.numpy was imported as jnp but then all the rest of the code was using np. so this PR fixes that

This solves issue #26

EiffL commented 4 years ago

It's a tiny change and I've confirmed that it works on my machine, so I'm gonna go ahead and merge it