Skip to content

Commit

Permalink
remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenying Zhao committed May 22, 2023
1 parent 07006f9 commit 0aae44d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion babs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,6 @@ def _parsing_squeue_out(squeue_std):
df = pd.DataFrame(data=[]) # empty dataframe
else: # there are job(s) in queue (e.g., pending or running)
header_l = squeue_std.splitlines()[0].split()
# TODO: depend on whether there is job in queue!!!
datarows = squeue_std.splitlines()[1:]

# column index of these column names:
Expand Down

0 comments on commit 0aae44d

Please sign in to comment.