Skip to content
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

Work around for .DynamicClusterCall error #189

Merged
merged 7 commits into from
Jun 5, 2024

Conversation

greavess
Copy link
Contributor

This should address issue #178.
Radiator was not setting parallel = parallel.core in some invocations of SeqArray::seqApply(), so the recommended fix was not working in some situations.
I also fixed another bug I found because I was testing with a file that had individuals with 100% missing data, which seems to be the same problem in #58 - it does properly filter them, this was just a problem in the if statement during graphing.

@thierrygosselin thierrygosselin merged commit 7e1c321 into thierrygosselin:master Jun 5, 2024
0 of 3 checks passed
thierrygosselin added a commit that referenced this pull request Jun 5, 2024
* Open the `parallel.core` argument for some internal functions to help windows users with parallel processing problems in R. #188
* Work around for `.DynamicClusterCall` pushed greavess #189
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants