Skip to content

Commit

Permalink
Merge pull request #169 from KMarshallX/restructure_1023
Browse files Browse the repository at this point in the history
bug fixed
  • Loading branch information
KMarshallX authored Oct 23, 2023
2 parents c3df7dc + 8f91354 commit dda79dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_boost_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ echo "Path to labels: "$path_to_labels""
path_to_output="./data/predicted_labels/"
echo "Path to output: "$path_to_output""

path_to_model="./data/predicted_labels/model_test"
echo "Path to model: "$path_to_model""
path_to_scratch_model="./data/predicted_labels/model_test"
echo "Path to model: "$path_to_scratch_model""

path_to_preprocessed="./data/preprocessed/"
echo "Path to preprocessed data: "$path_to_preprocessed""
Expand Down

0 comments on commit dda79dc

Please sign in to comment.