elect
03/23/2021, 4:21 PMnr_expected_exponents = binom(m + n, n) // nr_expected_exponents: np.ndarray
but if I try
binomial(m + n, doubleArrayOf(n.toDouble())
then I get
Cannot run program "python" (in directory "/tmp/nativeKtNumPy2138897567746194273"): error=2, No such file or directory
java.io.IOException: Cannot run program "python" (in directory "/tmp/nativeKtNumPy2138897567746194273"): error=2, No such file or directory
Iaroslav Postovalov
03/23/2021, 4:34 PMelect
03/23/2021, 4:34 PMpython3
Iaroslav Postovalov
03/23/2021, 4:34 PMI haveDo you have an alias python -> python3?python3
elect
03/23/2021, 4:34 PMpython
is unknownIaroslav Postovalov
03/23/2021, 4:35 PMln -s /usr/bin/python3 /usr/bin/python
elect
03/23/2021, 4:36 PMelect@5800x:~/Documents/minterpy/tests$ ln -s /usr/bin/python /usr/bin/python3
ln: failed to create symbolic link '/usr/bin/python3': File exists
Iaroslav Postovalov
03/23/2021, 4:36 PMelect
03/23/2021, 4:37 PMsudo apt install python-is-python3
Iaroslav Postovalov
03/23/2021, 4:38 PMelect
03/23/2021, 4:38 PMIaroslav Postovalov
03/23/2021, 4:39 PMelect
03/23/2021, 4:40 PMIaroslav Postovalov
03/23/2021, 4:40 PMsudo python3 -m pip install -i <https://pypi.org/simple/> ktnumpy==0.1.5
elect
03/23/2021, 4:41 PMIaroslav Postovalov
03/23/2021, 4:42 PMsetup.py
I thinkelect
03/23/2021, 4:42 PMIaroslav Postovalov
03/23/2021, 4:46 PMelect
03/23/2021, 4:47 PMIlya Muradyan
03/23/2021, 4:50 PMelect
03/23/2021, 4:50 PMaltavir
03/23/2021, 4:51 PMelect
03/23/2021, 4:53 PM