daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
67 stars 62 forks source link

[#731] refactor scheduling options to enum class #893

Closed philipportner closed 3 weeks ago

philipportner commented 3 weeks ago

Refactors the code using the scheduling options in the vectorized pipeline to the enum class types instead of hard-coded integers.

With that, usage and readability of the concerning code is considerably improved.