Belhadj Ahmed Walid
Belhadj Ahmed Walid
Refactored code to improve performance and readability - Using the joblib.Parallel library to parallelize the computation of the NCD matrix. - Simpler logic for NCD calculation - Removing unnecessary comments...
replaced 'is' with '==' for equality between np.str_ and Str check opened issues
### Issue with NumPy array and character comparison When working with rather large sequences, we use NumPy arrays to save memory and make some manipulations faster. However, when using char1...