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
d688fb1a
Commit
d688fb1a
authored
Jul 15, 2022
by
Petar Mlinarić
Committed by
René Fritze
Jul 19, 2022
Browse files
[models.iosys] fix Hinf/Linf norm computation
parent
8adc6748
Pipeline
#150387
passed with stages
in 31 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/pymor/models/iosys.py
View file @
d688fb1a
...
...
@@ -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
...
...
ammservices bridge
@group_958_bot
mentioned in commit
5f27aee5
·
Jul 19, 2022
mentioned in commit
5f27aee5
mentioned in commit 5f27aee522501b7d1c3e00e782cd4fa1fd52e7ed
Toggle commit list
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