diff --git a/.gitignore b/.gitignore index 45f8dfa..ebb0a74 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ /.idea /venv *.txt -*.svg \ No newline at end of file +*.svg +/test.py \ No newline at end of file diff --git a/params/operator_params.json b/params/operator_params.json index 42e8944..de3ab0e 100644 --- a/params/operator_params.json +++ b/params/operator_params.json @@ -344,32 +344,19 @@ ], "Tesla summary time": [ - 1.824, - 0.516, - 2.160, - 0.492, - 2.160, - 0.636, - 1.908, - 0.492, - 1.788, - 0.420, - 1.800, - 0.540, - 1.812, - 0.444, - 1.884, - 0.660, - 1.884, - 0.521, - 1.848, - 0.557, - 1.848, - 0.510, - 1.860, - 0.510, - 1.908, - 0.534, + 2.34 , + 2.652 , + 2.796, + 2.4 , + 2.208 , + 2.34 , + 2.256 , + 2.544 , + 2.405 , + 2.405 , + 2.358 , + 2.37 , + 2.442 , 1.908 ] diff --git a/src/__pycache__/main.cpython-310.pyc b/src/__pycache__/main.cpython-310.pyc index 73ed599..0ed1f0b 100644 Binary files a/src/__pycache__/main.cpython-310.pyc and b/src/__pycache__/main.cpython-310.pyc differ diff --git a/src/gui/__pycache__/plotter.cpython-310.pyc b/src/gui/__pycache__/plotter.cpython-310.pyc index c339f9d..3b61296 100644 Binary files a/src/gui/__pycache__/plotter.cpython-310.pyc and b/src/gui/__pycache__/plotter.cpython-310.pyc differ diff --git a/src/utils/base/__pycache__/base.cpython-310.pyc b/src/utils/base/__pycache__/base.cpython-310.pyc index 0fee76a..890f88f 100644 Binary files a/src/utils/base/__pycache__/base.cpython-310.pyc and b/src/utils/base/__pycache__/base.cpython-310.pyc differ diff --git a/src/utils/base/base.py b/src/utils/base/base.py index 49a333f..6e08e64 100644 --- a/src/utils/base/base.py +++ b/src/utils/base/base.py @@ -367,7 +367,7 @@ class BasePointPassportFormer: start_idx, finish_idx = self._find_indexes(signal, dataframe) if start_idx[0] > finish_idx[0]: start_idx = np.insert(start_idx, 0, 0) - print (start_idx) + #print (start_idx) start_list = times.loc[start_idx].tolist() end_list = times.loc[finish_idx].tolist() if len(start_list) - len(end_list) == 1: diff --git a/weldingSpotPerformance.7z b/weldingSpotPerformance.7z deleted file mode 100644 index 6f95a2b..0000000 Binary files a/weldingSpotPerformance.7z and /dev/null differ