Skip to content

Commit

Permalink
WIP config
Browse files Browse the repository at this point in the history
  • Loading branch information
szmazurek committed Oct 19, 2024
1 parent f4cad94 commit 51fddfe
Show file tree
Hide file tree
Showing 2 changed files with 652 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ testing/config_segmentation_temp.yaml
testing/failures.log
coverage.xml
mlcube/workspace/*
!.spelling/expect.txt
!.spelling/.spelling/expect.txt
!mlcube/workspace/config.yml
!mlcube/workspace/channelIDs.yml
tutorials/classification_medmnist_notebook/dataset/pathmnist
Expand Down
Loading

1 comment on commit 51fddfe

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (75)
abebbed
adipocytes
afcc
AMNIST
autorefs
avq
baf
bdf
bfa
bjoh
cadf
cbcb
cdbe
cividis
cmap
CMNIST
colorectal
colormaps
cxbdfkig
dbdf
Deconvolutional
Dermatoscope
dff
eaik
edc
eeaf
eee
enu
faa
fdb
fdc
hdwlu
hjzwmjxvamrxotxu
ifqqtrs
ihd
Ingnore
ipykernel
ipynb
ipynbcheckpoints
jjzoifpdly
Kather
kernelspec
Krisam
lexer
lkrvyj
luap
mkdocstrings
MNIST
mpimg
mtdpzx
nbconvert
nbformat
nhfspc
ocflopa
OCTMNIST
pmkdaguy
pvqg
qfzk
qwuvqx
redownload
rsmff
rxtzgrcaq
SMNIST
swp
torchtext
uzbklab
uzsc
viridis
xaburhd
xso
ystore
Zisserman
zsuokb
zwezggl
zzokqk
Some files were automatically ignored 🙈

These sample patterns would exclude them:

[^/]\.png$
^\Q.gitattributes\E$
^\Q.spelling/.spelling/expect.txt\E$
^\Q__init__.py\E$
^\QGANDLF/data/patch_miner/__init__.py\E$
^\QGANDLF/data/patch_miner/opm/__init__.py\E$
^\QGANDLF/grad_clipping/__init__.py\E$
^\QGANDLF/models/seg_modules/__init__.py\E$
^\QGANDLF/privacy/__init__.py\E$
^\Qtesting/__init__.py\E$
^\Qtutorials/classification_medmnist_notebook/tutorial.ipynb\E$
^samples/images_opm/
^tutorials/classification_medmnist_notebook/medmnist/dataset/

You should consider excluding directory paths (e.g. (?:^|/)vendor/), filenames (e.g. (?:^|/)yarn\.lock$), or file extensions (e.g. \.gz$)

You should consider adding them to:

.github/actions/spelling/excludes.txt

File matching is via Perl regular expressions.

To check these files, more of their words need to be in the dictionary than not. You can use patterns.txt to exclude portions, add items to the dictionary (e.g. by adding them to allow.txt), or fix typos.

To accept these unrecognized words as correct and update file exclusions, you could run the following commands

... in a clone of the [email protected]:mlcommons/GaNDLF.git repository
on the feature/spellchecker branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/mlcommons/GaNDLF/actions/runs/11416005651/attempts/1'
Available 📚 dictionaries could cover words not in the 📘 dictionary
Dictionary Entries Covers Uniquely
cspell:java/src/java-terms.txt 920 2 2

Consider adding them (in .github/workflows/spellchecker.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:java/src/java-terms.txt

To stop checking additional dictionaries, add (in .github/workflows/spellchecker.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''
Errors (5)

See the 📜action log or 📝 job summary for details.

❌ Errors Count
ℹ️ binary-file 17
❌ check-file-path 2
ℹ️ large-file 2
ℹ️ no-newline-at-eof 1
ℹ️ noisy-file 2

See ❌ Event descriptions for more information.

Please sign in to comment.