Document gotchas when interoperation with python#804
Document gotchas when interoperation with python#804jw3126 wants to merge 5 commits intoJuliaIO:masterfrom
Conversation
|
|
||
| The whole example as a Julia executable script: | ||
| ```julia | ||
| using PyCall |
There was a problem hiding this comment.
We could add PyCall as a test dependency and turn this into a doctest. However it might be fragile since we need to install h5py.
There was a problem hiding this comment.
Is possible to use Conda.jl to install the hdf5 library in order to turn these to doctests. I'm not opposed to adding a PyCall test dependency. In general, it does seem to be a good idea to ensure inter-op.
There was a problem hiding this comment.
We could, but this introduces further headaches. If you run tests locally using e.g. system python things may fail.
|
BTW is it intended, that CI passes, despite the doctest fail? |
It shouldn't, not sure why it passed yet. |
|
I'm trying to decide if we should add |
The only reason is, that I find it easier to develop a |
|
@musm https://github.com/JuliaIO/HDF5.jl/runs/1762155054?check_suite_focus=true#step:4:112 ideas? I cannot reproduce this error locally. |
|
Let's try running thing again here |
#785