mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-26 19:52:45 +00:00
adapted common style
Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
This commit is contained in:
parent
6928879f5a
commit
362bba73ba
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ def test_exclude_include_saved_params(model_class):
|
|||
del model
|
||||
model = model_class.load("test_save")
|
||||
# check if verbose was not saved
|
||||
assert not model.verbose == 2
|
||||
assert model.verbose != 2
|
||||
|
||||
# set verbose as something different then standard settings
|
||||
model.verbose = 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue