Skip to content

Commit

Permalink
Update fitbenchmarking/utils/exceptions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lister <48282025+AndrewLister-STFC@users.noreply.github.com>
  • Loading branch information
Letizia97 and AndrewLister-STFC committed Apr 10, 2024
1 parent 87017b0 commit 527ab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fitbenchmarking/utils/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class IncompatibleCostFunctionError(FitBenchmarkException):

class NoSparseJacobianError(FitBenchmarkException):
"""
Indicates that no sparse_jacobian function was not found by the parser.
Indicates that no sparse_jacobian function was found by the parser.
"""
class_message = 'Sparse_jacobian function not found. '
error_code = 30
Expand Down

0 comments on commit 527ab38

Please sign in to comment.