Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
Nabu
Commits
424e2034
Commit
424e2034
authored
Apr 29, 2021
by
Pierre Paleo
Browse files
Fix coordinates grid in test_ctf
parent
c91299f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
nabu/preproc/tests/test_ctf.py
View file @
424e2034
...
...
@@ -88,7 +88,7 @@ class TestCtf:
)
my_flat
=
scipy
.
interpolate
.
interpn
(
(
np
.
arange
(
my_flat
.
shape
[
1
]),
np
.
arange
(
my_flat
.
shape
[
0
])),
(
np
.
arange
(
my_flat
.
shape
[
0
]),
np
.
arange
(
my_flat
.
shape
[
1
])),
my_flat
,
new_coordinates
,
bounds_error
=
False
,
...
...
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