Skip to content

Commit

Permalink
add warning ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Baturin committed Aug 29, 2024
1 parent 79d7b01 commit 14de6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ filterwarnings = [
"ignore: Given top_k=.* is less than n_segments=.*. Algo will filter data without Gale-Shapley run.",
"ignore: This model doesn't work with exogenous features",
"ignore: Some of external objects in input parameters could be not",
"ignore: You haven't set all parameters inside class __init__ method.* 'is_freezed'",
# external warnings
"ignore: Attribute 'logging_metrics' is an instance of `nn.Module` and is already",
"ignore: Attribute 'loss' is an instance of `nn.Module` and is already",
Expand Down

0 comments on commit 14de6c2

Please sign in to comment.