Skip to content

Commit

Permalink
Fixed path for bt_clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
kassabry authored Nov 28, 2023
1 parent b2754a9 commit d0eafd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d0eafd7

Please sign in to comment.