Skip to content

Commit 948a6b1

Browse files
authored
Merge pull request #716 from lnccbrown/mark-slow-test-utils
Mark slow test utils
2 parents e32ff76 + f3140cf commit 948a6b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
hssm.set_floatX("float32")
1616

1717

18+
@pytest.mark.slow
1819
def test_get_alias_dict():
1920
# Simulate some data:
2021
v_true, a_true, z_true, t_true = [0.5, 1.5, 0.5, 0.5]

0 commit comments

Comments
 (0)