James Kermode

Results 120 comments of James Kermode
trafficstars

Yes, you need to get it via the property once first, then there will be a cached reference in `self._arrays`. Assigning to this may well do what you want.

If that does work we could change the setter to do `self._arrays[array_handle] = b`, but would need to look up the handle somehow.

That looks like an OK solution. Does f90wrap still pass all the regression tests? (`make test` in `examples/`) If so we could make that change in `master`. If you would...

Thanks for reporting, but I don’t quite understand the problem. Could you provide a minimal example?

Thanks for reporting. I don't have access to a Windows machine to test on, but will be happy to receive a PR to fix this.

OK, looks good. Usually you would compile `demo.f90` yourself separately (e.g. with `gfortran -c demo.f90 -o demo.o`) and include the resulting object file `demo.o` on the `f2py-f90wrap` command line, or...

Partially supported by commit 0deeac9242edc7c

I agree with this in principle, but find distutils so horrible to work with in practice that I've stuck with plain Makefiles to date. I've been meaning to look into...

Thanks for the offer, a PR to do this would be appreciated. However, the problem is more that the docs are not up to date and complete. The `README` should...

Yes, pointer variables are still not supported - pull requests welcome! A warning is printed if you run in verbose mode (`f90wrap -v`).