Skip to content

Commit 1eab6d7

Browse files
author
Mauko Quiroga
committed
Fix variable typings
1 parent cd2e9ee commit 1eab6d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfisca_core/variables/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
VALUE_TYPES = {
1010
bool: {
11-
'dtype': numpy.bool,
11+
'dtype': numpy.bool_,
1212
'default': False,
1313
'json_type': 'boolean',
1414
'formatted_value_type': 'Boolean',

0 commit comments

Comments
 (0)