model-training/tests/test_scaler.py
2025-03-27 14:52:32 +01:00

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()