Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wace-dev
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GSI
wace-dev
Commits
9cbe6dc8
Commit
9cbe6dc8
authored
3 years ago
by
user
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
d7cf2a11
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wace_core/cpp/plugin_manager.cpp
+0
-1
0 additions, 1 deletion
wace_core/cpp/plugin_manager.cpp
with
0 additions
and
1 deletion
wace_core/cpp/plugin_manager.cpp
+
0
−
1
View file @
9cbe6dc8
...
...
@@ -57,7 +57,6 @@ DecisionInfo applyModelFunction(PluginManager pm, Request req){
for
(
pair
<
string
,
FunctionModelPlugin
>
function
:
pm
->
model_function_list
){
log
(
"Trying to execute model function of <"
+
function
.
first
+
"> plugin"
,
3
,
INFO
);
model_prob
=
function
.
second
(
req
);
//execution of the model function
model_prob
=
1
;
if
(
model_prob
<
0
){
log
(
"Failed to execute model function of <"
+
function
.
first
+
"> plugin. Plugin skipped
\n
"
,
1
,
ERR
);
}
else
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment