Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
b768dcce
Unverified
Commit
b768dcce
authored
Jul 19, 2022
by
Petar Mlinarić
Committed by
GitHub
Jul 19, 2022
Browse files
Merge pull request #1695 from pymor/linf_norm-fix
[models.iosys] fix Hinf/Linf norm computation
parents
58dbc902
d688fb1a
Pipeline
#150398
passed with stages
in 31 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/pymor/models/iosys.py
View file @
b768dcce
...
...
@@ -940,7 +940,7 @@ class LTIModel(Model):
if
return_fpeak
:
assert
isinstance
(
fpeak
,
Number
)
and
linf_norm
>=
0
return
fpeak
,
linf_norm
return
linf_norm
,
fpeak
else
:
assert
linf_norm
>=
0
return
linf_norm
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment