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
7086224a
Unverified
Commit
7086224a
authored
Feb 24, 2022
by
Peter Oehme
Committed by
René Fritze
Jun 20, 2022
Browse files
Ensures flake8 compliance
parent
45b08f59
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pymortests/lyapunov.py
View file @
7086224a
...
...
@@ -2,7 +2,6 @@
# Copyright pyMOR developers and contributors. All rights reserved.
# License: BSD 2-Clause License (https://opensource.org/licenses/BSD-2-Clause)
import
os
from
itertools
import
chain
,
product
import
numpy
as
np
...
...
@@ -16,7 +15,6 @@ from pymor.algorithms.lyapunov import (
solve_cont_lyap_lrcf
,
solve_disc_lyap_lrcf
,
)
from
pymor.core.config
import
config
from
pymor.operators.numpy
import
NumpyMatrixOperator
from
pymortests.base
import
skip_if_missing
...
...
Write
Preview
Markdown
is supported
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