Skip to content

Commit 3609b84

Browse files
author
Christian
committed
update version
1 parent 21899c6 commit 3609b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zerodose"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Zerodose"
55
authors = ["Christian Hinge <christian.hinge@regionh.dk>"]
66
license = "MIT"

tests/test_slow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def sbpet_outputfile():
167167
return fn
168168

169169

170-
# @pytest.mark.slow
170+
@pytest.mark.slow
171171
def test_syn_mni(runner, mri_mni_file, mask_mni_file, sbpet_outputfile) -> None:
172172
"""Test the syn command with the standard model and MNI files."""
173173
result = runner.invoke(

0 commit comments

Comments
 (0)