Skip to content

Commit

Permalink
#368: move stepper tests and acceptance tests to the unittest tests t…
Browse files Browse the repository at this point in the history
…o include in tox
  • Loading branch information
tlamonthezie committed Jun 6, 2023
1 parent 689423e commit 6491018
Show file tree
Hide file tree
Showing 178 changed files with 1,272 additions and 143 deletions.
106 changes: 0 additions & 106 deletions .github/workflows/acceptance-tests.yml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Specify input
from_data:
data_stem: ../../data/synthetic_lb_data/data
data_stem: ../../../data/synthetic_lb_data/data
phase_ids:
- 0

Expand Down Expand Up @@ -29,5 +29,5 @@ algorithm:

# Specify output
logging_level: info
output_dir: ../../output
output_dir: ../output
output_file_stem: output_file
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Specify input
from_data:
data_stem: ../../data/nolb-8color-16nodes-11firstphases/data
data_stem: ../../../data/nolb-8color-16nodes-11firstphases/data
phase_ids:
- 0
- 1
Expand All @@ -27,6 +27,6 @@ algorithm:
name: PhaseStepper

# Specify output
log_to_file: ../../output/log.txt
output_dir: ../../output
log_to_file: ../output/log.txt
output_dir: ../output
output_file_stem: output_file
1 change: 1 addition & 0 deletions tests/acceptance/output/imbalance.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0
Loading

0 comments on commit 6491018

Please sign in to comment.