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 a4694ad commit 64a8157Copy full SHA for 64a8157
modules/core/task/include/task.hpp
@@ -65,7 +65,7 @@ class Task {
65
66
private:
67
std::vector<std::string> functions_order_;
68
- std::vector<std::string> right_functions_order_ = {"validation", "PreProcessing", "run", "post_processing"};
+ std::vector<std::string> right_functions_order_ = {"Validation", "PreProcessing", "Run", "PostProcessing"};
69
const double max_test_time_ = 1.0;
70
std::chrono::high_resolution_clock::time_point tmp_time_point_;
71
};
0 commit comments