Reformulate syn-math

This commit is contained in:
D-X-Y
2021-05-09 18:53:18 +08:00
parent 853a702926
commit 58dee23a11
8 changed files with 57 additions and 32 deletions

View File

@@ -13,7 +13,7 @@ print("library path: {:}".format(lib_dir))
if str(lib_dir) not in sys.path:
sys.path.insert(0, str(lib_dir))
from datasets import TimeStamp
from datasets.synthetic_core import TimeStamp
class TestTimeStamp(unittest.TestCase):