Skip to content

Commit

Permalink
Fix for Multiple Histograms encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanKarab committed Apr 27, 2020
1 parent 8e82866 commit 8578843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exareme-Docker/src/mip-algorithms/utils/algorithm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def format_group(group):

def value_casting(value, type):
if type == "text":
return str(value)
return value
elif type == "real" or type == "int":
return float(value)

Expand Down

0 comments on commit 8578843

Please sign in to comment.