Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Oct 4, 2023
1 parent e991e0a commit dd6c899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ParseOutputs/test_parse_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from src import runner
from src.domino import DOMINO, post_domino_id_transform, pre_domino_id_transform

INDIR = "test/ParseOutputs/input/"
OUTDIR = "test/ParseOutputs/output/"
EXPDIR = "test/ParseOutputs/expected/"
Expand All @@ -24,7 +25,7 @@ def setup_class(cls):
Path(OUTDIR).mkdir(parents=True, exist_ok=True)

def test_parse_outputs(self):

# skip domino
for algo in algorithms:
# inputs = runner.get_required_inputs(algo)
Expand Down

0 comments on commit dd6c899

Please sign in to comment.