Skip to content

Commit 7d745d2

Browse files
committed
Try not using any padding
1 parent b4d1596 commit 7d745d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default_configs/default_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ use_auto_jacobian:
9494
value: true # TODO: Change this to false
9595
auto_jacobian_padding_bands:
9696
help: "Minimum number of bands to add in every block of the sparse Jacobian matrix, eliminating errors from Jacobian entries that lie outside of the default sparsity pattern (only used when `use_auto_jacobian` is `true`; default is `0`)"
97-
value: 2 # TODO: Change this to 0
97+
value: 0
9898
debug_approximate_jacobian:
9999
help: "Whether to compare approximations of the Jacobian matrix in the first column of the final state against the exact Jacobian [`true`, `false` (default)]"
100100
value: true # TODO: Change this to false

0 commit comments

Comments
 (0)