Andrew Bell
Andrew Bell
Sorry for the lousy explanation. Here are a couple of workflows that show the issue. The only difference is using version 1.7 vs. 1.8 of this action. It's our fault,...
I don't think you really need to add/change anything, but I guess if you have code that potentially changes behavior, bumping the major version would be good so as not...
Thanks! Sometimes you get surprised by little changes that you don't think matter. At least I do.
Thanks for the report. I'm not terribly surprised by this. At one point I believed there to be a potential problem with using the hash to find the next point,...
I don't understand why expanding the size of the hash would make things ***always*** work or why you chose the golden number. Why were you thinking that this value would...
Can you tell me the X/Y grid values that showed the issue? Do you have a simple test case?
Does this work OK in practice? I'm a little concerned about the tests failing. What's the motivation for this? Do you only have a processor that doesn't single-precision floating point?
Sorry. I'll try to get to this shortly. I'm not convinced that it might not blow up with some cases, but I guess if a user wants to run that...
Just changing the types doesn't make the tests pass. I'd have to take time to look at the issues and how best to deal with them. Some tests could be...
I'm not sure I understand. Are you working on a system that only has single-precision floating-point? Or do you just want the input to be single-precision? Or do you want...