You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pybind11_stubgen - [ ERROR] In gemmi.Residue : Invalid expression '<gemmi.Element: X>'
pybind11_stubgen - [ ERROR] In gemmi.Scaling : Invalid expression '<gemmi.ComplexAsuData with 0 values>'
pybind11_stubgen - [WARNING] Raw C++ types/values were found in signatures extracted from docstrings.
Please check the corresponding sections of pybind11 documentation to avoid common mistakes in binding code:
- https://pybind11.readthedocs.io/en/latest/advanced/misc.html#avoiding-cpp-types-in-docstrings
- https://pybind11.readthedocs.io/en/latest/advanced/functions.html#default-arguments-revisited
How to specify multiple enum mappings?
This works for me:
but when I add a second option:
the first one stops working.
The text was updated successfully, but these errors were encountered: