This looks like you’re maybe using ints when you should use floats. In R, 1 is a float, not an int. In Julia, 1 is an int and 1.0 is a float.
8 Likes
This looks like you’re maybe using ints when you should use floats. In R, 1 is a float, not an int. In Julia, 1 is an int and 1.0 is a float.