Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
0921954d
Commit
0921954d
authored
May 20, 2020
by
Philipp Arras
Browse files
Cleanup
parent
97484866
Pipeline
#75324
passed with stages
in 8 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_plot.py
View file @
0921954d
...
...
@@ -27,7 +27,6 @@ name = (f'plot{nr}.png' for nr in count())
def
test_plots
():
# FIXME Write to temporary folder?
rg_space1
=
ift
.
makeDomain
(
ift
.
RGSpace
((
10
,)))
rg_space2
=
ift
.
makeDomain
(
ift
.
RGSpace
((
8
,
6
),
distances
=
1
))
hp_space
=
ift
.
makeDomain
(
ift
.
HPSpace
(
5
))
...
...
@@ -75,4 +74,5 @@ def test_mf_plot():
plot
=
ift
.
Plot
()
plot
.
add
(
f1
,
block
=
False
,
title
=
'f_space_idx = 1'
)
plot
.
add
(
f2
,
freq_space_idx
=
0
,
title
=
'f_space_idx = 0'
)
plot
.
output
(
nx
=
2
,
ny
=
1
,
title
=
'MF-Plots, should look identical'
,
name
=
next
(
name
))
plot
.
output
(
nx
=
2
,
ny
=
1
,
title
=
'MF-Plots, should look identical'
,
name
=
next
(
name
))
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