jasp-desktop icon indicating copy to clipboard operation
jasp-desktop copied to clipboard

Fix Results crash upon encountering a string var in a number type column

Open RensDofferhoff opened this issue 1 year ago • 0 comments

As discovered by @FBartos. Its possible to throw strings in result json where numbers would be expected. This causes the results screen to hang forever.

So I add an ugly loop to convert what can be converted

Ps. Dynamic typing is bad

RensDofferhoff avatar Jun 26 '24 09:06 RensDofferhoff