-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove readDataSetToEnd #108
Conversation
Some tests are failing, but these were failing before. |
@JohnnyDoorn or @tomtomme, could you check this PR? |
ModerationBugAlbumSales_2.jasp.zip If @JohnnyDoorn have no other comments then we can merge it. |
It seems like the QML constraints are broken (usually an error message appears if you select the same variable twice in one row). I don't know how to fix this since the QML code should still be correct. @boutinb, do you have an idea what could be wrong? |
OK then we can leave it to fix after release because it just a bad/accident behavior of "user" side. I will make another issue to track it. |
I have added a commit to fix some problems with the width of the dropdowns in the Input Variables. But when testing I saw other problems: I have tested the data sent by @shun2wang, and got this error: |
Thanks! I cannot reproduce your error, can you send the JASP file? |
I see that there is another problem when reading a JASP file with such an analysis. I'll have a look.
Then you get the analysis error. |
With Bruno's commit and latest build I found the "model" input fields was showing blank in "Classic Process Model" after you load that .jasp file above. click it has noting to do... @boutinb do you notice that? |
Yes.... |
It took some time, but I have made a PR that will solve the QML issue: jasp-stats/jasp-desktop#5753 |
OK, I tried this with that PR and now QML problems seems solved. an R error still live. |
The last development in the Nightly has my PR https://static.jasp-stats.org/Nightlies/
|
When I use the nighly from 6-12 ( I deleted the cache and used the latest commit of this branch. In your screenshot, you used the one variable twice in the same row. Previously, QML would return an error in this case and the analysis would not run (which is why this error occurs). Is it possible to fix the QML to return this error again? The code to do that hasn't changed but it does not seem to work anymore. |
Yes, that shoudn't block this PR, I have made another issue to track it and fix it after this release. |
You did not have my last commit on this PR: I removed the controlMinWidth in QML I will try to fix the row validation issue. |
Removes the deprecated
readDataSetToEnd
function.Fixes https://github.com/jasp-stats/jasp-test-release/issues/2784
Fixes https://github.com/jasp-stats/jasp-test-release/issues/2783
Fixes jasp-stats/jasp-issues#2942
Closes jasp-stats/jasp-issues#3019