- Notifications
You must be signed in to change notification settings - Fork7
Open
Description
Here:
Line 1570 in9bcdac0
| if (expect_integer&!inherits(bio$Signal,"integer")) { |
This could be improved by having actel try to convert numerics to integer. However, trying to do this could camouflage other errors in the data. e.g.as.integer(28.3) will return 28. when the user could have accidentally mistyped 2803.