1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Update test_utils.py

This commit is contained in:
you-n-g
2023-07-14 16:43:43 +08:00
committed by GitHub
parent e5f685ce08
commit a19e616bc3

View File

@@ -2,7 +2,7 @@ import unittest
from qlib.finco.utils import SingletonBaseClass
class TimeUtils(unittest.TestCase):
class SingletonTest(unittest.TestCase):
def test_singleton(self):
# self.assertEqual(self.to_str(data.tail()), self.to_str(res))