Numpy implementation produces different results than Cython one
KelSolaar opened this issue · 0 comments
KelSolaar commented
Hello,
I noticed that the Numpy implementation produces different results than the Cython one (and does not seem to really work):
I used the main.py
script with the same arguments. It is worth noting that the Numpy variant does not have the alpha_R
, alpha_B
, beta_R
and beta_B
parameters.
Cheers,
Thomas