mirror of
https://git.gfz-potsdam.de/naaice/model-training.git
synced 2025-12-16 03:08:22 +01:00
14 lines
268 B
Python
14 lines
268 B
Python
# import unittest
|
|
# import os
|
|
|
|
# os.chdir("../src/")
|
|
# print(os.getcwd())
|
|
|
|
# from preprocessing import *
|
|
|
|
# class TestScaler(unittest.TestCase):
|
|
# def sample_test(self):
|
|
# self.assertEqual(1, 1)
|
|
|
|
# if __name__ == '__main__':
|
|
# unittest.main() |