Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong variable in comparison code for verification (#28)
The code will always print "NKI and NumPy match" even when they might actually differ. The comparison needs to be between the NKI output (out_nki) and the NumPy output (out_np) to properly verify if they produce the same results.
- Loading branch information