Skip to content

Commit 45dd36c

Browse files
authored
Merge pull request #253 from frreiss/python
Additional updates for compatibility with latest Python and Pandas
2 parents b86cbec + 5663efd commit 45dd36c

27 files changed

+6219
-7559
lines changed

notebooks/Analyze_Model_Outputs.ipynb

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5315,7 +5315,9 @@
53155315
{
53165316
"cell_type": "code",
53175317
"execution_count": 28,
5318-
"metadata": {},
5318+
"metadata": {
5319+
"tags": []
5320+
},
53195321
"outputs": [
53205322
{
53215323
"data": {
@@ -5367,13 +5369,6 @@
53675369
" corpus_spans[75][\"span\"], matching_spans.iloc[[0]][\"span\"],\n",
53685370
" \"corpus\", \"regex_match\")"
53695371
]
5370-
},
5371-
{
5372-
"cell_type": "code",
5373-
"execution_count": null,
5374-
"metadata": {},
5375-
"outputs": [],
5376-
"source": []
53775372
}
53785373
],
53795374
"metadata": {
@@ -5392,7 +5387,7 @@
53925387
"name": "python",
53935388
"nbconvert_exporter": "python",
53945389
"pygments_lexer": "ipython3",
5395-
"version": "3.8.17"
5390+
"version": "3.11.11"
53965391
}
53975392
},
53985393
"nbformat": 4,

0 commit comments

Comments
 (0)