Skip to content

Commit

Permalink
update1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillemidingoyi committed Nov 26, 2020
1 parent d7694b5 commit 984fbe9
Showing 1 changed file with 42 additions and 4 deletions.
46 changes: 42 additions & 4 deletions test/r/Penman.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -144,9 +144,28 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"outputs": [
{
"data": {
"text/html": [
"TRUE"
],
"text/latex": [
"TRUE"
],
"text/markdown": [
"TRUE"
],
"text/plain": [
"[1] TRUE"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"library(assertthat)\n",
"\n",
Expand All @@ -165,9 +184,28 @@
"}\n",
"test_test1()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {},
"metadata": {
"kernelspec": {
"display_name": "R",
"language": "R",
"name": "ir"
},
"language_info": {
"codemirror_mode": "r",
"file_extension": ".r",
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "4.0.3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}

0 comments on commit 984fbe9

Please sign in to comment.