Skip to content

Commit

Permalink
edit ci flk8
Browse files Browse the repository at this point in the history
  • Loading branch information
Atashnezhad committed Jun 25, 2023
1 parent 632c3e7 commit b2b8d1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: make install_requirements

- name: flake8
run: make run_flake8
run: flake8

- name: Run tests
run: make test-coverage
Expand Down
10 changes: 0 additions & 10 deletions neural_network_model/bit_vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,16 +365,6 @@ def predict(self, *args, **kwargs):
number_of_cols = SETTING.FIGURE_SETTING.NUM_COLS_IN_PRED_MODEL
number_of_rows = SETTING.FIGURE_SETTING.NUM_ROWS_IN_PRED_MODEL
number_of_test_to_pred = SETTING.MODEL_SETTING.NUMBER_OF_TEST_TO_PRED
# if test_folder_dir:
# train_test_val_dir = (
# test_folder_dir
# or SETTING.PREPROCESSING_SETTING.TRAIN_TEST_VAL_SPLIT_DIR_ADDRESS
# )
# else:
# train_test_val_dir = (
# self.train_test_val_dir
# or SETTING.PREPROCESSING_SETTING.TRAIN_TEST_VAL_SPLIT_DIR_ADDRESS
# )

# get the list of test images
test_images_list = os.listdir(
Expand Down

0 comments on commit b2b8d1c

Please sign in to comment.