From d37ba1613277f000511e94d6c6582efb78cdfef0 Mon Sep 17 00:00:00 2001 From: gokul Date: Fri, 9 Jun 2023 12:43:08 +0530 Subject: [PATCH 1/2] Update gitignore and add test folder --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be0a7417..a63da56f 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,6 @@ cython_debug/ #.idea/ *.mp4 -*.txt \ No newline at end of file +*.txt +config.ini +test_samples/ \ No newline at end of file From f13d912c84e6ab71aa1a14a672e32bf27e2e4c11 Mon Sep 17 00:00:00 2001 From: gokul Date: Fri, 9 Jun 2023 12:54:47 +0530 Subject: [PATCH 2/2] Remove console statements --- whisjax.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/whisjax.py b/whisjax.py index 2022aa22..31f2dc46 100644 --- a/whisjax.py +++ b/whisjax.py @@ -164,6 +164,4 @@ def main(): if __name__ == "__main__": - # os.environ['KMP_DUPLICATE_LIB_OK'] = "1" - print("Gokul", os.environ['KMP_DUPLICATE_LIB_OK']) main()