Sylwester Arabas
Sylwester Arabas
CC @yoctoyotta1024
same here: https://github.com/open-atmos/PySDM/blob/73ccc3d24c62b67bce13565eb181bcef7d1ba3d2/PySDM/products/size_spectral/water_mixing_ratio.py#L34
reopened as we still have not included the chamber notebook in the README example list
@rwgk, FWIW, here are GHA logs from a PR from the same branch to my fork's master: https://github.com/slayoo/cmake_example/actions/runs/6918406701/job/18820634080
thank you for approving the CI run, the Matlab failure is now visible in this PR
> We need to find out where this error is produced: > > ``` > Cannot find class 'py.pybind11_builtins.pybind11_type'. > ``` IIUC, this would be within Matlab code base? @mcafaro,...
> **Crazy** idea: what happens if you add pybind11_builtins.py on your `PYTHONPATH` with `pybind11_type = type`? > > I don't really expect that to work, but maybe it produces an...
@rwgk WOW, it helped!!! ``` Python module with properties: AStruct: [1x1 py.pybind11_builtins.pybind11_type] subtract: [1x1 py.builtin_function_or_method] add: [1x1 py.builtin_function_or_method] AStruct = Python pybind11_type with no properties. ans = Python AStruct with...
> > WOW, it helped!!! > > Amazing! > > I'm wondering: Could/should we create a `pybind11_builtins` module and populate it with the actual `pybind11_type`? > > But there is...