Skip to content

Commit

Permalink
Updated example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjducut-oe committed Oct 24, 2024
1 parent 0126091 commit 415068c
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions docs/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -173,18 +173,18 @@
" <td>[3, 4]</td>\n",
" <td>0</td>\n",
" <td>3</td>\n",
" <td>((0, 3), (0, 3))</td>\n",
" <td>([(0, 3)], [(0, 3)])</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
" task_id assigned_resource_ids task_start task_end resource_intervals\n",
"0 1 [3, 4] 0 3 ((0, 3), (0, 3))"
" task_id assigned_resource_ids task_start task_end resource_intervals\n",
"0 1 [3, 4] 0 3 ([(0, 3)], [(0, 3)])"
]
},
"execution_count": 5,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -227,7 +227,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -272,18 +272,21 @@
" <td>[4, 1]</td>\n",
" <td>20</td>\n",
" <td>30</td>\n",
" <td>((20, 30), (20, 30))</td>\n",
" <td>([(20, 30)], [(20, 30)])</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
" task_id assigned_resource_ids task_start task_end resource_intervals\n",
"0 1 [4, 1] 20 30 ((20, 30), (20, 30))"
" task_id assigned_resource_ids task_start task_end \\\n",
"0 1 [4, 1] 20 30 \n",
"\n",
" resource_intervals \n",
"0 ([(20, 30)], [(20, 30)]) "
]
},
"execution_count": 6,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit 415068c

Please sign in to comment.