Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dinithins authored Feb 12, 2024
1 parent b65b0a8 commit dd332ce
Show file tree
Hide file tree
Showing 2 changed files with 2,207 additions and 9 deletions.
2,198 changes: 2,198 additions & 0 deletions Supplementary_notebooks_[revision]/Lamian_Test.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"id": "amateur-angel",
"metadata": {},
"outputs": [
{
"ename": "ModuleNotFoundError",
"evalue": "No module named 'OrgAlign'",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[0;32mIn[1], line 12\u001b[0m\n\u001b[1;32m 10\u001b[0m sys\u001b[38;5;241m.\u001b[39mpath\u001b[38;5;241m.\u001b[39minsert(\u001b[38;5;241m0\u001b[39m,os\u001b[38;5;241m.\u001b[39mpath\u001b[38;5;241m.\u001b[39mdirname(os\u001b[38;5;241m.\u001b[39mgetcwd()) \u001b[38;5;241m+\u001b[39m \u001b[38;5;124m'\u001b[39m\u001b[38;5;124m/source\u001b[39m\u001b[38;5;124m'\u001b[39m) \n\u001b[1;32m 11\u001b[0m \u001b[38;5;66;03m# new source imports \u001b[39;00m\n\u001b[0;32m---> 12\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mOrgAlign\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01morgalign\u001b[39;00m\n\u001b[1;32m 13\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mMain\u001b[39;00m\n\u001b[1;32m 14\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mMyFunctions\u001b[39;00m \n",
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'OrgAlign'"
"name": "stdout",
"output_type": "stream",
"text": [
"(CVXPY) Jan 31 03:45:57 PM: Encountered unexpected exception importing solver GLOP:\n",
"RuntimeError('Unrecognized new version of ortools (9.6.2534). Expected < 9.5.0.Please open a feature request on cvxpy to enable support for this version.')\n",
"(CVXPY) Jan 31 03:45:57 PM: Encountered unexpected exception importing solver PDLP:\n",
"RuntimeError('Unrecognized new version of ortools (9.6.2534). Expected < 9.5.0.Please open a feature request on cvxpy to enable support for this version.')\n",
"3.9.16\n"
]
}
],
Expand Down

0 comments on commit dd332ce

Please sign in to comment.