Commit 2c7cbbf
authored
CU-8699nbgbh Test against changes (#26)
* CU-8699nbgbh: Run tests on tutorials using changes in the PR branch
* CU-8699nbgbh: Add method to change install targets of notebooks
* CU-8699nbgbh: Update notebook install targets during CI to refer to PR
* CU-8699nbgbh: Check out changes for preflight at CI
* CU-8699nbgbh: Update notebook install patcher
* CU-8699nbgbh: Patch requirements.txt alongside notebooks
* CU-8699nbgbh: Rename patch script
* CU-8699nbgbh: Update patch file in workflow
* CU-8699nbgbh: Move install patching before installation
* CU-8699nbgbh: Move CI helper script to root
* CU-8699nbgbh: Update patch method to be more robust / flexible
* CU-8699nbgbh: Update demo web app dependencies to PR during CI
* CU-8699nbgbh: Run demo app build upon MedCAT changes
* CU-8699nbgbh: Fix usage of branch in demo app workflow
* CU-8699nbgbh: Fix usage of branch name in demo app workflow (try 2)
* Revert "CU-8699nbgbh: Fix usage of branch name in demo app workflow (try 2)"
This reverts commit f1fc582.
* CU-8699nbgbh: Move install patcher
* CU-8699nbgbh: Move the notebook install patcher to correct folder
* CU-8699nbgbh: Only do notebooks for install patcher
* CU-8699nbgbh: Remove branch from install patcher (not relevant)
* CU-8699nbgbh: Fix notebook install fixer
* CU-8699nbgbh: Update workflow to use correct notebook patch functionality and avoid preflight
* CU-8699nbgbh: Update workflow to install branch-specific changes after requiremnets (v2 tutorials workflow)
* CU-8699nbgbh: Remove usage of notebook install fixes from demo web app workflow
* CU-8699nbgbh: Install medcat based on local / PR changes during demo web app workflow
* CU-8699nbgbh: Fix basic and meta workflow for tutorials
* CU-8699nbgbh: Fix install targets for v2 tutorials
* CU-8699nbgbh: Fix demo web app workflow
* CU-8699nbgbh: Update patch info / output
* CU-8699nbgbh: Use absolute path for notebook install fixes
* CU-8699nbgbh: Fix rel-cat tutorial requirements
* CU-8699nbgbh: Fix order or installation for demo web app (reinstall after main install)
* CU-8699nbgbh: [TEMP] Add debug output for rel-cat notebook tests
* CU-8699nbgbh: Add MetaCAT during RelCAT tutorials
* CU-8699nbgbh: Make sure to import RelCAT after package install
* Revert "CU-8699nbgbh: Make sure to import RelCAT after package install"
This reverts commit 2fc7758.
* CU-8699nbgbh: just install pip at notebook run time during tests
* CU-8699nbgbh: Install all necessary optional dependencies at once at test time
* CU-8699nbgbh: Install all necessary optional dependencies at once at test time (nr2)
* CU-8699nbgbh: Install PR-based MedCAT for medcat-service tests
* CU-8699nbgbh: Run medcat-service tests upon core libe update
* CU-8699nbgbh: Test docker image against current medcat state / changes in medcat-service
* CU-8699nbgbh: Fix medcat-v2 install target when installing from local
* CU-8699nbgbh: Make sure the core library is available for install during docker image creation
* CU-8699nbgbh: Fix medcat lib path in Dockerfile(s)
* CU-8699nbgbh: Fix medcat lib path in Dockerfiles - make sure its a relative path
* CU-8699nbgbh: Copy medcat-v2 before building images
* CU-8699nbgbh: Update docker build workflow to include checking out repo and using local context for build
* CU-8699nbgbh: Update docker context path for build workflow
* CU-8699nbgbh: Update Dockerfile path for GPU-based service
* CU-8699nbgbh: Make sure to run gpu-based service with PR changes1 parent 1fbfeb0 commit 2c7cbbf
File tree
10 files changed
+128
-9
lines changed- .github/workflows
- medcat-demo-app
- webapp
- medcat-service
- medcat-v2-tutorials
- .ci
- notebooks/introductory/relcat
10 files changed
+128
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
54 | 61 | | |
55 | 62 | | |
56 | 63 | | |
57 | 64 | | |
58 | | - | |
| 65 | + | |
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| 72 | + | |
| 73 | + | |
65 | 74 | | |
66 | 75 | | |
67 | 76 | | |
| |||
79 | 88 | | |
80 | 89 | | |
81 | 90 | | |
| 91 | + | |
| 92 | + | |
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
85 | 96 | | |
86 | 97 | | |
87 | | - | |
88 | | - | |
| 98 | + | |
| 99 | + | |
89 | 100 | | |
90 | 101 | | |
91 | 102 | | |
92 | 103 | | |
93 | 104 | | |
94 | 105 | | |
| 106 | + | |
| 107 | + | |
95 | 108 | | |
96 | 109 | | |
97 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| 35 | + | |
| 36 | + | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
| |||
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
47 | | - | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
| |||
60 | 66 | | |
61 | 67 | | |
62 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
63 | 74 | | |
64 | 75 | | |
65 | 76 | | |
66 | 77 | | |
| 78 | + | |
| 79 | + | |
67 | 80 | | |
68 | 81 | | |
69 | 82 | | |
70 | 83 | | |
71 | 84 | | |
72 | | - | |
73 | | - | |
| 85 | + | |
| 86 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
medcat-v2-tutorials/notebooks/introductory/relcat/1._Supervised_Training_Relation_Extraction.ipynb
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments