Skip to content

Commit

Permalink
updating failing test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewq11 committed Nov 12, 2024
1 parent 17346f8 commit a335b6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import torch
import pandas as pd
import tempfile
import pytest

import graphium
from graphium.utils.fs import rm, exists, get_size
Expand Down Expand Up @@ -380,6 +381,7 @@ def test_datamodule_multiple_data_files(self):

self.assertEqual(len(ds.train_ds), 20)

@pytest.mark.usefixtures("tmp_path")
def test_splits_file(self, tmp_path):
# Test single CSV files
csv_file = "tests/data/micro_ZINC_shard_1.csv"
Expand Down

0 comments on commit a335b6f

Please sign in to comment.