Skip to content

Commit 380e81e

Browse files
committed
Update examples
1 parent 5a9d078 commit 380e81e

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

examples/black_scholes_calculator.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"output_type": "stream",
4444
"text": [
4545
"Python version: 3.11.9 | packaged by Anaconda, Inc. | (main, Apr 19 2024, 16:40:41) [MSC v.1916 64 bit (AMD64)]\n",
46-
"OptionLab version: 1.4.2\n"
46+
"OptionLab version: 1.4.3\n"
4747
]
4848
}
4949
],
@@ -106,7 +106,7 @@
106106
"output_type": "stream",
107107
"text": [
108108
"CPU times: total: 0 ns\n",
109-
"Wall time: 0 ns\n"
109+
"Wall time: 4 ms\n"
110110
]
111111
}
112112
],

examples/calendar_spread.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"output_type": "stream",
4848
"text": [
4949
"Python version: 3.11.9 | packaged by Anaconda, Inc. | (main, Apr 19 2024, 16:40:41) [MSC v.1916 64 bit (AMD64)]\n",
50-
"OptionLab version: 1.4.2\n"
50+
"OptionLab version: 1.4.3\n"
5151
]
5252
}
5353
],
@@ -119,8 +119,8 @@
119119
"name": "stdout",
120120
"output_type": "stream",
121121
"text": [
122-
"CPU times: total: 406 ms\n",
123-
"Wall time: 492 ms\n"
122+
"CPU times: total: 375 ms\n",
123+
"Wall time: 485 ms\n"
124124
]
125125
}
126126
],

examples/call_spread.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164
"name": "stdout",
165165
"output_type": "stream",
166166
"text": [
167-
"CPU times: total: 29.4 s\n",
168-
"Wall time: 30.4 s\n"
167+
"CPU times: total: 39.8 s\n",
168+
"Wall time: 42.4 s\n"
169169
]
170170
}
171171
],
@@ -269,7 +269,7 @@
269269
{
270270
"data": {
271271
"text/plain": [
272-
"[<matplotlib.lines.Line2D at 0x1d2b13e4b50>]"
272+
"[<matplotlib.lines.Line2D at 0x1d7a0247250>]"
273273
]
274274
},
275275
"execution_count": 9,
@@ -383,8 +383,8 @@
383383
"name": "stdout",
384384
"output_type": "stream",
385385
"text": [
386-
"CPU times: total: 29.6 s\n",
387-
"Wall time: 30.9 s\n"
386+
"CPU times: total: 39.5 s\n",
387+
"Wall time: 42.3 s\n"
388388
]
389389
}
390390
],
@@ -488,7 +488,7 @@
488488
{
489489
"data": {
490490
"text/plain": [
491-
"[<matplotlib.lines.Line2D at 0x1d2b35ec450>]"
491+
"[<matplotlib.lines.Line2D at 0x1d7a2447bd0>]"
492492
]
493493
},
494494
"execution_count": 15,

examples/covered_call.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"output_type": "stream",
5555
"text": [
5656
"Python version: 3.11.9 | packaged by Anaconda, Inc. | (main, Apr 19 2024, 16:40:41) [MSC v.1916 64 bit (AMD64)]\n",
57-
"OptionLab version: 1.4.2\n"
57+
"OptionLab version: 1.4.3\n"
5858
]
5959
}
6060
],
@@ -119,8 +119,8 @@
119119
"name": "stdout",
120120
"output_type": "stream",
121121
"text": [
122-
"CPU times: total: 203 ms\n",
123-
"Wall time: 205 ms\n"
122+
"CPU times: total: 281 ms\n",
123+
"Wall time: 258 ms\n"
124124
]
125125
}
126126
],
@@ -142,7 +142,7 @@
142142
{
143143
"data": {
144144
"text/plain": [
145-
"<matplotlib.legend.Legend at 0x2e55fd93910>"
145+
"<matplotlib.legend.Legend at 0x1e0346f7f90>"
146146
]
147147
},
148148
"execution_count": 5,

examples/naked_call.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"output_type": "stream",
4747
"text": [
4848
"Python version: 3.11.9 | packaged by Anaconda, Inc. | (main, Apr 19 2024, 16:40:41) [MSC v.1916 64 bit (AMD64)]\n",
49-
"OptionLab version: 1.4.2\n"
49+
"OptionLab version: 1.4.3\n"
5050
]
5151
}
5252
],
@@ -116,8 +116,8 @@
116116
"name": "stdout",
117117
"output_type": "stream",
118118
"text": [
119-
"CPU times: total: 141 ms\n",
120-
"Wall time: 125 ms\n"
119+
"CPU times: total: 328 ms\n",
120+
"Wall time: 338 ms\n"
121121
]
122122
}
123123
],

0 commit comments

Comments
 (0)