Skip to content

Commit

Permalink
fix: Workflow Bot -- Update Dictionaries (main) (#4607)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent f5601ce commit 841ffdc
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 131 deletions.
5 changes: 3 additions & 2 deletions integration-tests/snapshots/RustPython/RustPython/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/RustPython/RustPython.git
Args: '["**"]'
Summary:
files: 597
filesWithIssues: 304
issues: 2688
filesWithIssues: 305
issues: 2689
errors: 0
Errors: []

Expand Down Expand Up @@ -80,6 +80,7 @@ issues:
- "extra_tests/jsontests.py:3:38 findtests U libregrtest.runtest import findtests"
- "extra_tests/jsontests.py:7:1 testnames U testnames = findtests()"
- "extra_tests/jsontests.py:27:1 resultsfile U resultsfile = os.path.join(os.path"
- "extra_tests/snippets/3.1.2.18.py:3:9 Jython U assert \"Jython\" == \"J\" + word[1:]"
- "extra_tests/snippets/builtin_all.py:1:6 testutils U from testutils import assert_raises"
- "extra_tests/snippets/builtin_bool.py:33:7 Falsey U class Falsey:"
- "extra_tests/snippets/builtin_bytearray.py:17:33 jilj U bytearray(\"bla\", encoding=b\"jilj\")"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: RustPython/RustPython
Url: "https://github.com/RustPython/RustPython.git"
Args: ["**"]
Lines:
CSpell: Files checked: 597, Issues found: 2688 in 304 files
CSpell: Files checked: 597, Issues found: 2689 in 305 files
exit code: 1
./Cargo.toml:111:82 - Unknown word (termcolor) -- features = ["atty", "termcolor"] }
./Cargo.toml:154:62 - Unknown word (redoxer) -- to compile/check with redoxer
Expand Down Expand Up @@ -88,6 +88,7 @@ Lines:
./extra_tests/jsontests.py:3:11 - Unknown word (libregrtest) -- from test.libregrtest.runtest import findtests
./extra_tests/jsontests.py:3:38 - Unknown word (findtests) -- libregrtest.runtest import findtests
./extra_tests/jsontests.py:7:1 - Unknown word (testnames) -- testnames = findtests()
./extra_tests/snippets/3.1.2.18.py:3:9 - Unknown word (Jython) -- assert "Jython" == "J" + word[1:]
./extra_tests/snippets/builtin_all.py:1:6 - Unknown word (testutils) -- from testutils import assert_raises
./extra_tests/snippets/builtin_bool.py:33:7 - Unknown word (Falsey) -- class Falsey:
./extra_tests/snippets/builtin_bytearray.py:100:30 - Unknown word (efghij) -- -6:] == bytearray(b"efghij")
Expand Down
16 changes: 6 additions & 10 deletions integration-tests/snapshots/TheAlgorithms/Python/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: '["**/*.{md,py}"]'
Summary:
files: 1221
filesWithIssues: 463
issues: 3170
issues: 3162
errors: 0
Errors: []

Expand Down Expand Up @@ -300,13 +300,11 @@ issues:
- "compression/peak_signal_to_noise_ratio.py:28:20 imread U original = cv2.imread(os.path.join(dir_path"
- "compression/run_length_encoding.py:7:28 AAAABBBCCDAA U run_length_encode(\"AAAABBBCCDAA\")"
- "compression/run_length_encoding.py:13:28 AAADDDDDDFFFCCCAAVVVV U run_length_encode(\"AAADDDDDDFFFCCCAAVVVV\")"
- "computer_vision/cnn_classification.py:2:1 Convolutional U Convolutional Neural Network"
- "computer_vision/cnn_classification.py:17:22 iamges U . The labels of the iamges will be extracted from"
- "computer_vision/cnn_classification.py:26:17 Keras U # Importing the Keras libraries and packages"
- "computer_vision/cnn_classification.py:28:17 keras U from tensorflow.keras import layers, models"
- "computer_vision/cnn_classification.py:31:7 Initialising U # Initialising the CNN"
- "computer_vision/cnn_classification.py:39:72 relu U 64, 3), activation=\"relu\")"
- "computer_vision/cnn_classification.py:45:23 convolutional U # Adding a second convolutional layer"
- "computer_vision/cnn_classification.py:17:22 iamges U . The labels of the iamges will be extracted from"
- "computer_vision/cnn_classification.py:26:17 Keras U # Importing the Keras libraries and packages"
- "computer_vision/cnn_classification.py:28:17 keras U from tensorflow.keras import layers, models"
- "computer_vision/cnn_classification.py:31:7 Initialising U # Initialising the CNN"
- "computer_vision/cnn_classification.py:39:72 relu U 64, 3), activation=\"relu\")"
- "computer_vision/flip_augmentation.py:26:16 annos U img_paths, annos = get_dataset(LABEL"
- "computer_vision/flip_augmentation.py:35:13 imwrite U cv2.imwrite(f\"/{file_root}.jpg\""
- "computer_vision/flip_augmentation.py:35:54 IMWRITE U root}.jpg\", image, [cv2.IMWRITE_JPEG_QUALITY, 85])"
Expand Down Expand Up @@ -883,11 +881,9 @@ issues:
- "neural_network/convolution_neural_network.py:227:35 conved U data_focus1, data_conved1 = self.convolute("
- "neural_network/convolution_neural_network.py:297:13 yplot U yplot = [error_accuracy for"
- "neural_network/convolution_neural_network.py:305:43 Complished U -----------Training Complished--------------------"
- "neural_network/input_data.py:15:42 MNIST U downloading and reading MNIST data (deprecated)."
- "neural_network/input_data.py:28:40 gfile U python.platform import gfile"
- "neural_network/input_data.py:33:3 CVDF U # CVDF mirror of http://yann"
- "neural_network/input_data.py:95:26 bystream U ValueError: If the bystream doesn't start with"
- "neural_network/input_data.py:120:51 mnist U alternatives such as official/mnist/_DataSet.py\""
- "neural_network/input_data.py:142:29 inages U fake_data: Ignore inages and labels, use fake"
- "other/davisb_putnamb_logemannb_loveland.py:4:33 DPLL U Putnam–Logemann–Loveland (DPLL) algorithm is a complete"
- "other/davisb_putnamb_logemannb_loveland.py:5:35 satisfiability U algorithm for deciding the satisfiability of propositional logic"
Expand Down
16 changes: 6 additions & 10 deletions integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: TheAlgorithms/Python
Url: "https://github.com/TheAlgorithms/Python.git"
Args: ["**/*.{md,py}"]
Lines:
CSpell: Files checked: 1221, Issues found: 3170 in 463 files
CSpell: Files checked: 1221, Issues found: 3162 in 463 files
exit code: 1
./CONTRIBUTING.md:136:33 - Unknown word (pytest) -- doctests will be run by pytest as part of our automated
./CONTRIBUTING.md:139:14 - Unknown word (doctest) -- python3 -m doctest -v my_submission.py
Expand Down Expand Up @@ -418,13 +418,11 @@ Lines:
./compression/peak_signal_to_noise_ratio.py:2:30 - Unknown word (PSNR) -- signal-to-noise ratio - PSNR
./compression/run_length_encoding.py:13:28 - Unknown word (AAADDDDDDFFFCCCAAVVVV) -- run_length_encode("AAADDDDDDFFFCCCAAVVVV")
./compression/run_length_encoding.py:7:28 - Unknown word (AAAABBBCCDAA) -- run_length_encode("AAAABBBCCDAA")
./computer_vision/cnn_classification.py:17:22 - Unknown word (iamges) -- . The labels of the iamges will be extracted from
./computer_vision/cnn_classification.py:26:17 - Unknown word (Keras) -- # Importing the Keras libraries and packages
./computer_vision/cnn_classification.py:28:17 - Unknown word (keras) -- from tensorflow.keras import layers, models
./computer_vision/cnn_classification.py:2:1 - Unknown word (Convolutional) -- Convolutional Neural Network
./computer_vision/cnn_classification.py:31:7 - Unknown word (Initialising) -- # Initialising the CNN
./computer_vision/cnn_classification.py:39:72 - Unknown word (relu) -- 64, 3), activation="relu")
./computer_vision/cnn_classification.py:45:23 - Unknown word (convolutional) -- # Adding a second convolutional layer
./computer_vision/cnn_classification.py:17:22 - Unknown word (iamges) -- . The labels of the iamges will be extracted from
./computer_vision/cnn_classification.py:26:17 - Unknown word (Keras) -- # Importing the Keras libraries and packages
./computer_vision/cnn_classification.py:28:17 - Unknown word (keras) -- from tensorflow.keras import layers, models
./computer_vision/cnn_classification.py:31:7 - Unknown word (Initialising) -- # Initialising the CNN
./computer_vision/cnn_classification.py:39:72 - Unknown word (relu) -- 64, 3), activation="relu")
./computer_vision/flip_augmentation.py:26:16 - Unknown word (annos) -- img_paths, annos = get_dataset(LABEL
./computer_vision/flip_augmentation.py:35:13 - Unknown word (imwrite) -- cv2.imwrite(f"/{file_root}.jpg"
./computer_vision/flip_augmentation.py:35:54 - Unknown word (IMWRITE) -- root}.jpg", image, [cv2.IMWRITE_JPEG_QUALITY, 85])
Expand Down Expand Up @@ -878,9 +876,7 @@ Lines:
./neural_network/convolution_neural_network.py:297:13 - Unknown word (yplot) -- yplot = [error_accuracy for
./neural_network/convolution_neural_network.py:305:43 - Unknown word (Complished) -- -----------Training Complished--------------------
./neural_network/convolution_neural_network.py:42:19 - Unknown word (thre) -- self.rate_thre = rate_t
./neural_network/input_data.py:120:51 - Unknown word (mnist) -- alternatives such as official/mnist/_DataSet.py"
./neural_network/input_data.py:142:29 - Unknown word (inages) -- fake_data: Ignore inages and labels, use fake
./neural_network/input_data.py:15:42 - Unknown word (MNIST) -- downloading and reading MNIST data (deprecated).
./neural_network/input_data.py:28:40 - Unknown word (gfile) -- python.platform import gfile
./neural_network/input_data.py:33:3 - Unknown word (CVDF) -- # CVDF mirror of http://yann
./neural_network/input_data.py:95:26 - Unknown word (bystream) -- ValueError: If the bystream doesn't start with
Expand Down
Loading

0 comments on commit 841ffdc

Please sign in to comment.