Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vang1ong7ang committed Mar 16, 2020
1 parent 58d656f commit 69f0be0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dual-token-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "2474731b6fb64eb79bf5b245271d9777",
"model_id": "ae0f2f927840437095ed7a9cdff1f215",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -287,7 +287,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "11709a2435b64fdb998d1bc64261e409",
"model_id": "aa943a7445424be7bf77dd0722c29020",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -342,7 +342,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "fef2bb5b02564912aa774eba29f72809",
"model_id": "3d11d68607dd4881bcac9a71e91a30c1",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -357,7 +357,7 @@
"source": [
"@solution.decorator()\n",
"def draw(S, T, K):\n",
" c = so.lution(S, T, K)\n",
" c = solution(S, T, K)\n",
" x = numpy.arange(1,10,1)\n",
" y = numpy.arange(0.1,100,0.1)\n",
" x, y = numpy.meshgrid(x, y)\n",
Expand Down Expand Up @@ -568,7 +568,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "7245f9b87dc54049ab9b6a78888cf877",
"model_id": "ddfe855be1b542dc80fad2c1ba74e71e",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -623,7 +623,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "05152b1a1b4a4d86950cb0f756e22b1b",
"model_id": "0eaf8dddecf541568c198b246d2ace36",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -678,7 +678,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1e95438f761947b0bef5096388c347e2",
"model_id": "0c5a24477c324b2da5ab42ebdd6367d8",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -733,7 +733,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "6c79127477aa4fc585d470cc5fd401f5",
"model_id": "f90d812922bd438ab63eb11fbc23cf5f",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -788,7 +788,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "dd0fa587cc7a4971a678d6d10c195de7",
"model_id": "f664cadee643404c8d3684ac230f9d30",
"version_major": 2,
"version_minor": 0
},
Expand Down

0 comments on commit 69f0be0

Please sign in to comment.