We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c50b90 commit f02fedfCopy full SHA for f02fedf
src/binding/python/IterationEncoding.cpp
@@ -31,5 +31,6 @@ void init_IterationEncoding(py::module &m) {
31
py::enum_<IterationEncoding>(m, "Iteration_Encoding")
32
.value("file_based", IterationEncoding::fileBased)
33
.value("group_based", IterationEncoding::groupBased)
34
+ .value("step_based", IterationEncoding::stepBased)
35
;
36
}
0 commit comments