Skip to content

Commit

Permalink
fix bug introduced in code merging
Browse files Browse the repository at this point in the history
Signed-off-by: sagewe <wbwmat@gmail.com>
  • Loading branch information
sagewe committed Jul 24, 2023
1 parent fbb47af commit b03ff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/fate/arch/context/_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def on_batches(self) -> "Context":

@property
def on_cross_validations(self) -> "Context":
return self.sub_ctx("cross_validations", is_special=True)
return self.sub_ctx("cross_validations")

@overload
def ctxs_range(self, end: int) -> Iterable[Tuple[int, "Context"]]:
Expand Down

0 comments on commit b03ff1e

Please sign in to comment.