adapted common style

Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
This commit is contained in:
Dormann, Noah 2019-12-05 08:07:43 +01:00 committed by GitHub Enterprise
parent 6928879f5a
commit 362bba73ba

View file

@ -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