Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
ef2969e1
Commit
ef2969e1
authored
Jan 13, 2023
by
mohamedadelnaguib
Browse files
Adding spaces to keep the consestency of the code
parent
09e64f6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pymor/models/transfer_function.py
View file @
ef2969e1
...
...
@@ -272,7 +272,7 @@ class TransferFunction(CacheableObject, ParametricObject):
ax
=
fig
.
subplots
(
2
*
num_output
,
num_input
,
sharex
=
True
,
squeeze
=
False
)
else
:
if
num_input
==
1
:
ax
=
ax
.
reshape
((
2
*
num_output
,
1
))
ax
=
ax
.
reshape
((
2
*
num_output
,
1
))
assert
isinstance
(
ax
,
np
.
ndarray
)
assert
ax
.
shape
==
(
2
*
num_output
,
num_input
),
\
f
'ax.shape=
{
ax
.
shape
}
should be (
{
2
*
num_output
}
,
{
num_input
}
)'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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