Skip to content

Commit 81f475a

Browse files
committed
allow negative tax credit
1 parent d4828b2 commit 81f475a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ccc/default_parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@
751751
],
752752
"validators": {
753753
"range": {
754-
"min": 0.0,
754+
"min": -1.0,
755755
"max": 1.0
756756
}
757757
}

0 commit comments

Comments
 (0)