Skip to content

Commit

Permalink
accuracy_report will not invalidate entries by setting __completed to…
Browse files Browse the repository at this point in the history
… False anymore.
  • Loading branch information
mosalov committed Dec 19, 2024
1 parent d2daaf9 commit e13252b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_loadgen_experiment/data_axs.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

"accuracy_report": [ "^^", "execute", [[
[ "plant", ["accuracy_report", [ "^^", "get", "extract_accuracy_report" ]] ],
[ "save" ],
[ "save", [], { "completed": [ "^^", "get", "__completed" ] } ],
[ "get", "accuracy_report" ]
]] ],

Expand Down

0 comments on commit e13252b

Please sign in to comment.