Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Updated the BT_Clustering code line
  • Loading branch information
kassabry authored Jan 10, 2024
1 parent b57c6f5 commit e7a36e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
# Tests the BT clustering
- name: Test BT_Clustering
shell: bash --login {0}
run: python active_learning_dd/utils/generate_bt_clustering.py --csv_file_or_dir=datasets/sample_data/training_data/iter_0.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: |
cd active_learning_dd/utils
python generate_bt_clustering.py --csv_file_or_dir=./sample_data/unlabeled_data/unlabeled_0.csv --output_dir=./tmp_test --feature_name="Morgan FP_2_1024" --cutoff=0.4
# Tests that base Simulation Runner
- name: Test Simulation Runner
shell: bash --login {0}
Expand Down

0 comments on commit e7a36e4

Please sign in to comment.