You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Apparently the issue resides in the lines of code 104 to 115 of kmFit.R. While in the file here at GitHub the code looks perfect in the source of the kmFit function that I got there is an extra line break which does not allow the number of processors to be set:
Thank you so much for reporting this error! I believe the bug is fixed in the latest release (v1.6.1). Can you check on your system as I do not have a Ubuntu machine to test with?
Describe the bug
Regardless of N of threads given to the
processors
arguments ofkmFit()
the function uses the total number of logical threads.Expected behavior
Setting processors to N should cause the function to use N processors.
Code to Reproduce
Software:
sessionInfo( )
):Additional context
Apparently the issue resides in the lines of code 104 to 115 of
kmFit.R.
While in the file here at GitHub the code looks perfect in the source of the kmFit function that I got there is an extra line break which does not allow the number of processors to be set:The text was updated successfully, but these errors were encountered: