Skip to content

Commit 3e6ab3f

Browse files
committed
fix ci
1 parent d0d1a69 commit 3e6ab3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/tests/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import unittest
2+
from pathlib import Path
23
import numpy as np
34
from hsi2rgb import hsi2rgb
45
from fetch_houston2013 import fetch_muufl, fetch_houston2013, fetch_trento
56

67
class TestHsi2Rgb(unittest.TestCase):
78
def setUp(self):
89
return super().setUp()
10+
Path("tests/runs/").mkdir(parents=True, exist_ok=True)
911

1012
def test_batch_tensor(self):
1113
import torch

0 commit comments

Comments
 (0)