Skip to content

Commit 72e30bf

Browse files
committed
fix: properly resolve merge conflict
1 parent f69a0f3 commit 72e30bf

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/analysis/test_summary.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,7 @@ def test_example_networks(self, snakemake_output):
5050
"""
5151

5252
config.init_from_file(INPUT_DIR + f"{snakemake_output}.yaml")
53-
example_dataset = Dataset(DatasetSchema(
54-
label="data0",
55-
edge_files=["network.txt"],
56-
node_files=["node-prizes.txt", "sources.txt", "targets.txt"],
57-
data_dir="input",
58-
other_files=[]
59-
))
53+
example_dataset = Dataset(list(config.config.datasets.values())[0])
6054
example_node_table = example_dataset.node_table
6155
algorithm_params = config.config.algorithm_params
6256
algorithms_with_params = [f'{algorithm}-params-{params_hash}' for algorithm, param_combos in

0 commit comments

Comments
 (0)