Skip to content

Commit 1960fa0

Browse files
Paused Petab.jl tests (#1705)
1 parent 86a0076 commit 1960fa0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/julia/test_pyjulia.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
import unittest
23

34
import numpy as np
45

@@ -66,6 +67,9 @@ def test_pyjulia_pipeline():
6667
)
6768

6869

70+
# TODO: REACTIVATE JULIA TESTS - These tests have been temporarily paused
71+
# and need to be reactivated.
72+
@unittest.skip("Julia tests are temporarily disabled.")
6973
def test_petabJL_interface():
7074
"""Test the interface to PEtab.jl with provided solutions from julia."""
7175
model_name = "boehm_JProteomeRes2014"
@@ -113,6 +117,7 @@ def test_petabJL_interface():
113117
assert np.allclose(hess, hess_ref) # noqa: S101
114118

115119

120+
@unittest.skip("Julia tests are temporarily disabled.")
116121
def test_petabJL_from_module():
117122
"""Test that PEtab.jl is integrated properly."""
118123
# create objective
@@ -134,6 +139,7 @@ def test_petabJL_from_module():
134139
)
135140

136141

142+
@unittest.skip("Julia tests are temporarily disabled.")
137143
def test_petabJL_from_yaml():
138144
"""Test that PEtab.jl from yaml file is running smoothly."""
139145
yaml_file = (

0 commit comments

Comments
 (0)