Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into submission_template
Browse files Browse the repository at this point in the history
# Conflicts:
#	pysqa/utils/basic.py
#	pysqa/wrapper/abstract.py
#	pysqa/wrapper/flux.py
#	pysqa/wrapper/gent.py
#	pysqa/wrapper/lsf.py
#	pysqa/wrapper/moab.py
#	pysqa/wrapper/sge.py
#	pysqa/wrapper/slurm.py
#	pysqa/wrapper/torque.py
  • Loading branch information
jan-janssen committed Sep 28, 2024
2 parents ffd620b + 134b026 commit 3de9d29
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions pysqa/ext/modular.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8
# Copyright (c) Jan Janssen
from typing import Optional

import pandas
Expand Down
3 changes: 0 additions & 3 deletions pysqa/ext/remote.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# coding: utf-8
# Copyright (c) Jan Janssen

import getpass
import json
import os
Expand Down
11 changes: 0 additions & 11 deletions pysqa/queueadapter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# coding: utf-8
# Copyright (c) Jan Janssen

import os
from typing import List, Optional, Tuple, Union

Expand All @@ -11,14 +8,6 @@
from pysqa.utils.config import read_config
from pysqa.utils.execute import execute_command

__author__ = "Jan Janssen"
__copyright__ = "Copyright 2019, Jan Janssen"
__version__ = "0.0.3"
__maintainer__ = "Jan Janssen"
__email__ = "[email protected]"
__status__ = "production"
__date__ = "Feb 9, 2019"


class QueueAdapter(object):
"""
Expand Down

0 comments on commit 3de9d29

Please sign in to comment.