Skip to content

Commit

Permalink
rerun example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Apr 28, 2021
1 parent 82b908c commit 0c60f9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ AuthoritySpoke.egg-info
.tox
.vscode
.mypy_cache/
ausvenv/
build/
dist/
docs/_build/
Expand Down
13 changes: 6 additions & 7 deletions notebooks/create_holding_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"(Entity(name=\"the Java API\", generic=True, plural=False),)\n"
"(Entity(name='the Java API'),)\n"
]
}
],
Expand Down Expand Up @@ -694,8 +694,7 @@
" Predicate:\n",
" properties:\n",
" content:\n",
" type: string\n",
" writeOnly: true\n",
" readOnly: true\n",
" expression:\n",
" default: null\n",
" nullable: true\n",
Expand Down Expand Up @@ -832,7 +831,7 @@
{
"data": {
"text/plain": [
"'{\"generic\": false, \"terms\": [{\"generic\": true, \"name\": \"the Java API\", \"plural\": false, \"type\": \"Entity\"}], \"name\": \"false the Java API was copyrightable\", \"standard_of_proof\": null, \"predicate\": {\"expression\": null, \"content\": \"${the_java_api} was copyrightable\", \"truth\": false}, \"absent\": false}'"
"'{\"standard_of_proof\": null, \"terms\": [{\"name\": \"the Java API\", \"generic\": true, \"plural\": false, \"type\": \"Entity\"}], \"absent\": false, \"predicate\": {\"truth\": false, \"content\": \"${the_java_api} was copyrightable\", \"expression\": null}, \"generic\": false, \"name\": \"\"}'"
]
},
"execution_count": 17,
Expand All @@ -849,9 +848,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "authorityspoke",
"display_name": "ausvenv",
"language": "python",
"name": "authorityspoke"
"name": "ausvenv"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -863,7 +862,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.9.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0c60f9b

Please sign in to comment.