-
Notifications
You must be signed in to change notification settings - Fork 0
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
Revert "Testdata creation" #304
Conversation
@eva0marques The merging of the test dataset creation has caused errors in test-coverage and R-CMD-check. Can you check the 3 failed tests? I tried reverting, but not working. @sigmafelix also if want to resolve. Thanks! |
@kyle-messier @eva0marques I will investigate the issue. |
I do not remember why this pull request was not closed but it sounds that some tests about cross validation are no longer valid. I guess it is because @insang you improved the code in that script and merge to main branch? Maybe we can just remove this cross validation file from my pull request? Sorry about that. |
@eva0marques I checked out this branch and all tests in the problem passed in my end. I cleared GitHub Action cache and am rerunning the tests now. |
Nice, thanks. |
@sigmafelix I have no clue now, I copy the same cross validation functions and tests as main branch and still have troubles to pass the checks 🤔 |
@sigmafelix I'm updating test-temporal-range, that might be the problem... |
@eva0marques I couldn't figure out what the problem exactly is. I changed the global set.seed part into withr::local_seed in this trial. Let's see what happens. |
I hope that merging this branch into main won't remove work done on main branch since then. |
I just realized that this pull request erased my script create_testdata.R for test data creation. |
@eva0marques @sigmafelix R CMD and test-coverage are both failing beacuse of 3 failed tests: ══ Failed tests ════════════════════════════════════════════════════════════════ |
@kyle-messier we see that but we don't understand why. |
- For test - Rebuilt NAMESPACE - Removed vignettes for stcv
- to drop stcv index generation functions
@kyle-messier @eva0marques Couldn't reproduce errors in my end. As a drastic measure, I removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I trust you @sigmafelix lol
Reverts #290