Skip to content

Commit 11e497b

Browse files
committed
Revert "CU-2rjxfzj upgrade medcat to 1.3.0"
This reverts commit ba369e7.
1 parent ba369e7 commit 11e497b

15 files changed

+93106
-91223
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,3 @@ Make sure [jupyter](https://docs.jupyter.org/en/latest/install.html) and [jq](ht
3434
git config --local core.hooksPath git-config/hooks
3535
```
3636
To inspect change during code review, visit [Colab](https://colab.research.google.com/github/CogStack/MedCATtutorials/blob) and select the target branch and tutorial. After it is opened, click `File | Revision history` and select start and end revisions you are interested in.
37-
38-
## Known Issues:
39-
* For `ContextualVersionConflict` on Google Colab, you need to restart the runtime and run the cell again.

git-config/hooks/pre-commit

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ set -eu
44

55
if ! command -v jupyter &> /dev/null
66
then
7-
echo "Error: Cannot find 'jupyter' on your path so the HTML version won't be created/updated automatically"
8-
echo "Error: Install 'jupyter' from https://docs.jupyter.org/en/latest/install.html to fix this"
9-
exit 1
7+
echo "Warning: Cannot find 'jupyter' on your path so the HTML version won't be created/updated automatically"
8+
echo "Warning: Install 'jupyter' from https://docs.jupyter.org/en/latest/install.html to fix this"
109
elif ! command -v jq &> /dev/null
1110
then
12-
echo "Error: Cannot find 'jq' on your path so the HTML version won't be created/updated automatically"
13-
echo "Error: Install 'jq' from https://stedolan.github.io/jq/download/ to fix this"
14-
exit 1
11+
echo "Warning: Cannot find 'jq' on your path so the HTML version won't be created/updated automatically"
12+
echo "Warning: Install 'jq' from https://stedolan.github.io/jq/download/ to fix this"
1513
else
1614
notebook_paths=`git diff --cached --name-only --diff-filter=d | grep .ipynb; echo ""`
1715

0 commit comments

Comments
 (0)