Skip to content
Snippets Groups Projects
Commit 04a74bb7 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix: reach cast_bool from amenities

parent d20984bb
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ def _extract_scalar(attribute, method, date1, date2, db, dtype):
# Transform to datetime - value arrays
if dtype is bool:
_value = _cast_bool(_value)
_value = aea._cast_bool(_value)
else:
_value = np.asarray(_value, dtype=dtype)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment