Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update torque.py
Browse files Browse the repository at this point in the history
jan-janssen authored Mar 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6ef45b7 commit a7d714a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysqa/wrapper/torque.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

import re

import pandas as pd
import pandas

from pysqa.wrapper.generic import SchedulerCommands

@@ -78,7 +78,7 @@ def convert_queue_status(queue_status_output: str) -> pandas.DataFrame:
regex_pattern_working_directory, input_string
)

df = pd.DataFrame(
df = pandas.DataFrame(
{
"jobid": job_id_lst,
"user": user_lst,

0 comments on commit a7d714a

Please sign in to comment.