Skip to content

Commit f02fedf

Browse files
committed
Add enum value to Python API
1 parent 1c50b90 commit f02fedf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/binding/python/IterationEncoding.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ void init_IterationEncoding(py::module &m) {
3131
py::enum_<IterationEncoding>(m, "Iteration_Encoding")
3232
.value("file_based", IterationEncoding::fileBased)
3333
.value("group_based", IterationEncoding::groupBased)
34+
.value("step_based", IterationEncoding::stepBased)
3435
;
3536
}

0 commit comments

Comments
 (0)