Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SplitMode implementation #243

Closed
mh-northlander opened this issue Feb 15, 2024 · 1 comment · Fixed by #245
Closed

Update SplitMode implementation #243

mh-northlander opened this issue Feb 15, 2024 · 1 comment · Fixed by #245
Labels
python Python binding-related

Comments

@mh-northlander
Copy link
Collaborator

The issue around enum on PyO3 side seems solved: PyO3/pyo3#834.

// This implementation is a workaround. Waiting for the pyo3 enum feature.
// ref: [PyO3 issue #834](https://github.com/PyO3/pyo3/issues/834).

Check if we can use it for the PySplitMode.

@mh-northlander mh-northlander added the python Python binding-related label Feb 15, 2024
@eiennohito
Copy link
Collaborator

Probably should also accept string literals, "A", "B", "C" as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Python binding-related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants