Skip to content

Commit

Permalink
Fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbolt committed Dec 11, 2023
1 parent f25db65 commit 2624331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/GenericDataParser/src/server/generic_data_parser.R
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ validateCalculatedResults <- function(calculatedResults, dryRun, curveNames, tes
# Here we are annotating each of the projects with a boolean as to whether it can be used in the experiment if its used by a lot
projectsDT[ , projectAllowedForExperiment := {
# projectType and projectCode are referring to the experiment project
# code and isRestricted are referring to the batch project
# type, code, and isRestricted are referring to the batch project
if(is.na(projectType)) {
# If the project type is na then this is not a system with project type
# so we just check if the project is restricted and if the lot project is the same as the experiment project
Expand Down

0 comments on commit 2624331

Please sign in to comment.