Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 2a162d8

Browse files
committedJul 31, 2023
fixing test_save.ipynb
1 parent ea167b5 commit 2a162d8

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed
 

‎tests/utils/test_save.ipynb

+14-11
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"execution_count": 1,
66
"metadata": {
77
"execution": {
8-
"iopub.execute_input": "2023-02-13T14:11:29.261665Z",
9-
"iopub.status.busy": "2023-02-13T14:11:29.261394Z",
10-
"iopub.status.idle": "2023-02-13T14:11:29.267566Z",
11-
"shell.execute_reply": "2023-02-13T14:11:29.266734Z"
8+
"iopub.execute_input": "2023-07-31T10:02:34.099802Z",
9+
"iopub.status.busy": "2023-07-31T10:02:34.099406Z",
10+
"iopub.status.idle": "2023-07-31T10:02:34.115259Z",
11+
"shell.execute_reply": "2023-07-31T10:02:34.114688Z"
1212
},
1313
"pycharm": {
1414
"name": "#%%\n"
@@ -17,8 +17,11 @@
1717
"outputs": [],
1818
"source": [
1919
"import numpy as np\n",
20+
"import regex\n",
2021
"\n",
2122
"def func(data):\n",
23+
" # using regex, just so it's listed and its version inferred correctly\n",
24+
" regex.search(r'(ab)', 'abcdef')\n",
2225
" return bool(np.all([True]))\n"
2326
]
2427
},
@@ -27,10 +30,10 @@
2730
"execution_count": 2,
2831
"metadata": {
2932
"execution": {
30-
"iopub.execute_input": "2023-02-13T14:11:29.270506Z",
31-
"iopub.status.busy": "2023-02-13T14:11:29.270233Z",
32-
"iopub.status.idle": "2023-02-13T14:11:29.969468Z",
33-
"shell.execute_reply": "2023-02-13T14:11:29.968705Z"
33+
"iopub.execute_input": "2023-07-31T10:02:34.118394Z",
34+
"iopub.status.busy": "2023-07-31T10:02:34.118192Z",
35+
"iopub.status.idle": "2023-07-31T10:02:35.897692Z",
36+
"shell.execute_reply": "2023-07-31T10:02:35.897269Z"
3437
},
3538
"pycharm": {
3639
"is_executing": true,
@@ -42,7 +45,7 @@
4245
"name": "stdout",
4346
"output_type": "stream",
4447
"text": [
45-
"numpy==1.22.4\n"
48+
"numpy==1.25.1 regex==2023.6.3\n"
4649
]
4750
}
4851
],
@@ -71,9 +74,9 @@
7174
"name": "python",
7275
"nbconvert_exporter": "python",
7376
"pygments_lexer": "ipython3",
74-
"version": "3.9.13"
77+
"version": "3.10.9"
7578
}
7679
},
7780
"nbformat": 4,
7881
"nbformat_minor": 0
79-
}
82+
}

0 commit comments

Comments
 (0)