From d0eafd7f9926fab22e04e6583936f0df3b785252 Mon Sep 17 00:00:00 2001 From: Ryan Kassab <33270781+kassabry@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:16:25 -0600 Subject: [PATCH] Fixed path for bt_clustering --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa9fb9a..77dded6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: # Tests that the regression training code runs in the conda environment - name: Test BT_Clustering shell: bash --login {0} - run: python utils/generate_bt_clustering.py --csv_file_or_dir=datasets/sample_data/training_data/iter_{}.csv --output_dir=datasets/sample_data/training_data --feature_name="Morgan FP_2_1024" --cutoff=0.4 --dist_function=tanimoto_dissimilarity --process_count=2 --index_name="Index ID" + run: python active_learning_dd/utils/generate_bt_clustering.py --csv_file_or_dir=datasets/sample_data/training_data/iter_{}.csv --output_dir=datasets/sample_data/training_data --feature_name="Morgan FP_2_1024" --cutoff=0.4 --dist_function=tanimoto_dissimilarity --process_count=2 --index_name="Index ID" # Tests that inference notebook can execute in the conda environment - name: Test Simulation Runner shell: bash --login {0}