Ilhan Polat

Results 618 comments of Ilhan Polat

This is all I get from the compilation and I don't get any such messages. I'll hack into dev.py to print the full paths when I have time. ```bash C:\Users\ilhan\Documents\GitHub\scipy...

I probably need to reopen this as I replicated the missing dll situation to a code piece in `dev.py` It is the pathlib glob returning a path object that is...

After fixing the issue now I have a different error coming from the distributor_init which is ```python C:\Users\ilhan\Documents\GitHub\scipy\build-install\Lib\site-packages [main ≡ +0 ~1 -0 !]> ipython Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1...

Also when system installed via `pip install .` there is no `.libs` folder ![image](https://user-images.githubusercontent.com/1303842/189522768-590774b8-b449-4f20-8ecb-09ad1296b29c.png)

@matthew-brett Do we still need to copy `openblas.a` file to Python libs folder in the meson way like we used to do?

Actually `distributor_init.py` should be using os.add_dll_directory() I think.

Indeed this is revealed when pytest hiccup is discovered. Most fail due to excessive memory demand

The docs are unfortunately auto generated by `f2py` tool and because Netlib team is using `doxygen` for generating their own documentation, the links are all garbled to be referenced properly....

`lsim` is basically the simulation engine that uses state space based increments and is not meant for solving ODEs with nonuniform time samples. For that you need to use a...

All warnings need a `stacklevel` argument