Skip to content

Commit

Permalink
Merge pull request #21 from A2-ai/squeue_processing
Browse files Browse the repository at this point in the history
actually ignoring patch now.
  • Loading branch information
mduncans authored Nov 6, 2024
2 parents 8435494 + 8255f56 commit 38e1ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get-jobs.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parse_job_to_row <- function(job) {
# check options for squeue version
# alter parsing based on result

if (getOption("squeue.version") > package_version("23.02")){
if (package_version(getOption("squeue.version"))[1, 1:2] > package_version("23.02")) {
submit_time <- job$submit_time$number
start_time <- job$start_time$number
end_time <- job$end_time$number
Expand Down

0 comments on commit 38e1ff4

Please sign in to comment.