Skip to content

Commit 6fa77f2

Browse files
Override jijmodeling-1.12.2.ipynb with versions from JijModelingAlpha (#34)
# Override jijmodeling-1.12.2.ipynb with versions from JijModelingAlpha ## Description This PR overrides the English and Japanese versions of jijmodeling-1.12.2.ipynb in JijModeling-Tutorials with those from JijModelingAlpha. ## Changes - Updated docs/en/releases/jijmodeling-1.12.2.ipynb with content from JijModelingAlpha - Updated docs/ja/releases/jijmodeling-1.12.2.ipynb with content from JijModelingAlpha (with fixed version header) ## 説明 このPRは、JijModeling-Tutorialsのjijmodeling-1.12.2.ipynbの英語版と日本語版を、JijModelingAlphaのものに置き換えます。 ## 変更点 - docs/en/releases/jijmodeling-1.12.2.ipynbをJijModelingAlphaの内容で更新 - docs/ja/releases/jijmodeling-1.12.2.ipynbをJijModelingAlphaの内容(バージョンヘッダーが修正されたもの)で更新 ## Link to Devin run https://app.devin.ai/sessions/e1f43baca5364d4d80eb67be054c7872 ## Requested by h.ishii@j-ij.com Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: h.ishii@j-ij.com <h.ishii@j-ij.com>
1 parent 517b36a commit 6fa77f2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/en/releases/jijmodeling-1.12.2.ipynb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,10 @@
122122
]
123123
},
124124
{
125-
"cell_type": "raw",
126-
"metadata": {
127-
"vscode": {
128-
"languageId": "raw"
129-
}
130-
},
125+
"cell_type": "markdown",
126+
"metadata": {},
131127
"source": [
128+
"```\n",
132129
"Traceback (most recent last):\n",
133130
" while evaluating Problem `shift_optimization',\n",
134131
" defeind at File \"/var/folders/mg/mg6st30d18s7pxjjrk6pkxym0000gn/T/ipykernel_62580/2988517098.py\", line 14, col 1-49\n",
@@ -147,7 +144,8 @@
147144
"(more precise source location is available with Python 3.11 and later)\n",
148145
"\n",
149146
"\n",
150-
"IndexError: Index (7, 0) is out of range for shape (7, 5)"
147+
"IndexError: Index (7, 0) is out of range for shape (7, 5)\n",
148+
"```"
151149
]
152150
},
153151
{

docs/ja/releases/jijmodeling-1.12.2.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"source": [
11-
"# JijModeling X.XX.X Release Notes\n",
11+
"# JijModeling 1.12.2 Release Notes\n",
1212
"\n",
1313
"## 機能強化"
1414
]
@@ -121,9 +121,10 @@
121121
]
122122
},
123123
{
124-
"cell_type": "raw",
124+
"cell_type": "markdown",
125125
"metadata": {},
126126
"source": [
127+
"```\n",
127128
"Traceback (most recent last):\n",
128129
" while evaluating Problem `shift_optimization',\n",
129130
" defeind at File \"/var/folders/mg/mg6st30d18s7pxjjrk6pkxym0000gn/T/ipykernel_62580/2988517098.py\", line 14, col 1-49\n",
@@ -142,7 +143,8 @@
142143
"(more precise source location is available with Python 3.11 and later)\n",
143144
"\n",
144145
"\n",
145-
"IndexError: Index (7, 0) is out of range for shape (7, 5)"
146+
"IndexError: Index (7, 0) is out of range for shape (7, 5)\n",
147+
"```"
146148
]
147149
},
148150
{

0 commit comments

Comments
 (0)