File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import os
2+ import unittest
23
34import 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." )
6973def 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." )
116121def 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." )
137143def test_petabJL_from_yaml ():
138144 """Test that PEtab.jl from yaml file is running smoothly."""
139145 yaml_file = (
You can’t perform that action at this time.
0 commit comments