This is both a minor bug and a minor enhancement. If you pass a float to the script before this change, it does the equivalent of a .floor when doing .to_i. This ensures we can use simpler notation like 9.9T instead of 9900G. @ronny-macmaster is currently testing this on a hardware dev cluster. I'll mark it tested when he finishes.
This is both a minor bug and a minor enhancement. If you pass a float to the script before this change, it does the equivalent of a
.floor
when doing.to_i
. This ensures we can use simpler notation like9.9T
instead of9900G
. @ronny-macmaster is currently testing this on a hardware dev cluster. I'll mark it tested when he finishes.