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

Fix large ids issue #167

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Fix large ids issue #167

wants to merge 2 commits into from

Conversation

azimov
Copy link
Contributor

@azimov azimov commented Jul 16, 2024

Resolves issue #166

@@ -774,7 +774,7 @@ doCreateStudyPopObject <- function(params) {
cohortMethodData <- getCohortMethodData(params$cohortMethodDataFile)
args <- params$args
args$cohortMethodData <- cohortMethodData
ParallelLogger::logDebug(sprintf("Calling createStudyPopulation() using %s for outcomeId %d",
ParallelLogger::logDebug(sprintf("Calling createStudyPopulation() using %s for outcomeId ",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this misses a %s at the end?

@@ -961,7 +961,7 @@ doFitOutcomeModelPlus <- function(params) {
}
cohortMethodData <- getCohortMethodData(cohortMethodDataFile)

ParallelLogger::logDebug(sprintf("Calling createStudyPopulation(), performing matching etc., and calling fitOutcomeModel() using %s for outcomeID %d",
ParallelLogger::logDebug(sprintf("Calling createStudyPopulation(), performing matching etc., and calling fitOutcomeModel() using %s for outcomeID ",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

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.

2 participants