Skip to content

Commit

Permalink
notebook import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dinithins committed Oct 14, 2024
1 parent f6c8456 commit e3d865c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions notebooks/Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"import matplotlib.pyplot as plt\n",
"warnings.filterwarnings(\"ignore\")\n",
"\n",
"import Main\n",
"import ClusterUtils\n",
"import TimeSeriesPreprocessor\n",
"import PathwayAnalyser\n",
"import VisualUtils"
"from genes2genes import Main\n",
"from genes2genes import ClusterUtils\n",
"from genes2genes import TimeSeriesPreprocessor\n",
"from genes2genes import PathwayAnalyser\n",
"from genes2genes import VisualUtils"
]
},
{
Expand Down Expand Up @@ -153,9 +153,9 @@
"name": "stdout",
"output_type": "stream",
"text": [
"(CVXPY) Oct 07 01:13:48 PM: Encountered unexpected exception importing solver GLOP:\n",
"(CVXPY) Oct 14 06:20:18 PM: Encountered unexpected exception importing solver GLOP:\n",
"RuntimeError('Unrecognized new version of ortools (9.10.4067). Expected < 9.10.0. Please open a feature request on cvxpy to enable support for this version.')\n",
"(CVXPY) Oct 07 01:13:48 PM: Encountered unexpected exception importing solver PDLP:\n",
"(CVXPY) Oct 14 06:20:18 PM: Encountered unexpected exception importing solver PDLP:\n",
"RuntimeError('Unrecognized new version of ortools (9.10.4067). Expected < 9.10.0. Please open a feature request on cvxpy to enable support for this version.')\n",
"14\n",
"14\n"
Expand Down Expand Up @@ -208,7 +208,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 9,
"id": "demonstrated-valley",
"metadata": {
"tags": []
Expand All @@ -235,7 +235,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 7,
"id": "indoor-namibia",
"metadata": {
"tags": []
Expand All @@ -258,7 +258,7 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 10,
"id": "precious-patent",
"metadata": {
"tags": []
Expand Down Expand Up @@ -356,7 +356,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 89/89 [00:19<00:00, 4.47it/s]"
"100%|██████████| 89/89 [00:21<00:00, 4.13it/s]"
]
},
{
Expand Down

0 comments on commit e3d865c

Please sign in to comment.