annoviko / pyclustering

pyclustering is a Python, C++ data mining library.
https://pyclustering.github.io/
BSD 3-Clause "New" or "Revised" License
1.17k stars 248 forks source link

change numpy.complex -> numpy.complex128 bc of depreciation #701

Open djpasseyjr opened 10 months ago

djpasseyjr commented 10 months ago

Fix for #700.

I ran python -m unittest pyclustering/nnet/tests/unit/ut_fsync.py which failed before the fix and passed afterwards.

It turned out to be a very simple problem which is great ✨ Looking forward to using this simulator.