Skip to content

Commit

Permalink
Add decorator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Letizia97 committed Apr 11, 2024
1 parent 474b1b2 commit 7d17aa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fitbenchmarking/parsing/tests/test_parsers.py
Expand Up @@ -12,6 +12,7 @@
from pytest import test_type as TEST_TYPE # pylint: disable=no-name-in-module
from scipy.sparse import issparse

from conftest import run_for_test_types
from fitbenchmarking.parsing.base_parser import Parser
from fitbenchmarking.parsing.fitting_problem import FittingProblem
from fitbenchmarking.parsing.parser_factory import (ParserFactory,
Expand Down Expand Up @@ -516,6 +517,7 @@ def test_sparsej_returns_none(self):

assert fitting_problem.sparse_jacobian is None

@run_for_test_types(TEST_TYPE, 'all')
def test_mantid_jac_when_no_func_by_user(self):
"""
Tests that, for mantid problems, when no jacobian is provided
Expand Down

0 comments on commit 7d17aa2

Please sign in to comment.