Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed May 26, 2024
1 parent 340f355 commit 90cce84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion andes/core/discrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self, name=None, tex_name=None, info=None, no_warn=False,
self.no_warn = no_warn

# default minimum iteration number and error tolerance to for this
# discrete block to be enabled.
# discrete block to be enabled.
# To enable `min_iter` and `err_tol`, a `Discrete` subclass needs to call
# `check_iter_err()` manually in `check_var()` and/or `check_eq()`.

Expand Down

0 comments on commit 90cce84

Please sign in to comment.