Skip to content

Commit 0877f2f

Browse files
committed
Try running all of CI with autodiff
1 parent 1d03372 commit 0877f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/default_configs/default_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ use_dense_jacobian:
9191
value: false
9292
use_auto_jacobian:
9393
help: "Whether to populate the entries of the sparse Jacobian matrix using forward-mode automatic differentiation with sparse matrix coloring (only used when `use_dense_jacobian` is `false`) [`true`, `false` (default)]"
94-
value: false
94+
value: true # TODO: Change this to false.
9595
auto_jacobian_padding_bands:
9696
help: "Target 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; when unspecified, each block gets a predetermined number of padding bands based on the typical magnitudes of its entries (only used when `use_auto_jacobian` is `true`)"
9797
value: ~
@@ -100,7 +100,7 @@ update_jacobian_every:
100100
value: "solve"
101101
debug_jacobian:
102102
help: "Whether to print summary information about the Jacobian matrix, including comparisons of different algorithms evaluated on the first column of the final state against the exact Jacobian [`true`, `false` (default)]"
103-
value: false
103+
value: true # TODO: Change this to false.
104104
# Radiation
105105
rad:
106106
help: "Radiation model [`nothing` (default), `gray`, `clearsky`, `allsky`, `allskywithclear`]"

0 commit comments

Comments
 (0)