Skip to content

Commit

Permalink
Add "sparse" to valid options for analytic jacobian.
Browse files Browse the repository at this point in the history
  • Loading branch information
Letizia97 committed Mar 4, 2024
1 parent 8610768 commit e9eb026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fitbenchmarking/utils/options.py
Expand Up @@ -151,7 +151,7 @@ class Options:
'loglike_nlls', 'poisson']}
VALID_JACOBIAN = \
{'scipy': ['2-point', '3-point', 'cs', '2-point_sparse'],
'analytic': ['default'],
'analytic': ['default', 'sparse'],
'default': ['default'],
'numdifftools': ['central',
'complex', 'multicomplex',
Expand Down

0 comments on commit e9eb026

Please sign in to comment.