Skip to content

Commit

Permalink
Testing, always use PyFMI jacobian
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMeisrimelModelon committed Nov 16, 2023
1 parent db91e95 commit 202fa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyfmi/fmi_algorithm_drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def __init__(self, *args, **kw):
'sensitivities':None,
'write_scaled_result':False,
'result_file_name':'',
'with_jacobian':"Default",
'with_jacobian':True,
'logging':False,
'dynamic_diagnostics':False,
'result_handling':"binary",
Expand Down

0 comments on commit 202fa8a

Please sign in to comment.