Skip to content

Commit

Permalink
add notebook for comparing homonim to original xcalib
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Jul 11, 2023
1 parent 0198baa commit 8987177
Show file tree
Hide file tree
Showing 3 changed files with 603 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install homonim from Test PyPI
- name: Install homonim from PyPI
run: |
python -m pip install --upgrade pip
python -m pip install --no-cache-dir --upgrade homonim
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.10.11"
},
"vscode": {
"interpreter": {
Expand Down
601 changes: 601 additions & 0 deletions docs/tutorials/comparison.ipynb

Large diffs are not rendered by default.

0 comments on commit 8987177

Please sign in to comment.