diff --git a/ladybug_grasshopper/src/LB Deconstruct Matrix.py b/ladybug_grasshopper/src/LB Deconstruct Matrix.py index ded688a0..7f319440 100644 --- a/ladybug_grasshopper/src/LB Deconstruct Matrix.py +++ b/ladybug_grasshopper/src/LB Deconstruct Matrix.py @@ -34,4 +34,4 @@ if all_required_inputs(ghenv.Component): - values = list_to_data_tree(de_objectify_output(_matrix)) \ No newline at end of file + values = list_to_data_tree(de_objectify_output(_matrix),stype=float) \ No newline at end of file