We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48ef00 commit b804d4dCopy full SHA for b804d4d
tests/collections/test_tomogram_motion.py
@@ -9,7 +9,7 @@ def test_get(mock_permissions, client):
9
10
11
def test_get_middle(mock_permissions, client):
12
- """Get motion correction without tilt alignment data"""
+ """Get central slice"""
13
resp = client.get("/dataCollections/6017406/tomogram-motion?getMiddle=true")
14
assert resp.status_code == 200
15
assert resp.json()["items"][0]["TiltImageAlignment"]["refinedTiltAngle"] == 16
0 commit comments