Skip to content

Commit

Permalink
OA: Design updates on cluster analysis #1015
Browse files Browse the repository at this point in the history
  • Loading branch information
detlefarend committed Jul 9, 2024
1 parent 1c30f11 commit 39fc903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlpro/oa/streams/basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def adapt(self, p_inst : InstDict) -> bool:
else:
self.log(self.C_LOG_TYPE_S, 'Policy not adapted')
except NotImplementedError:
self.log(self.C_LOG_TYPE_S, 'Reverse adaptation not implemented', inst_id)
self.log(self.C_LOG_TYPE_E, 'Reverse adaptation not implemented', inst_id)

# 3 Postprocessing
try:
Expand Down

0 comments on commit 39fc903

Please sign in to comment.