Skip to content

Commit

Permalink
Merge branch 'issue155_v070'
Browse files Browse the repository at this point in the history
  • Loading branch information
javiarrobas committed Feb 7, 2025
2 parents 9cd6763 + fd0ad43 commit 382f113
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1070,12 +1070,12 @@
"output_type": "stream",
"text": [
"Cloning into 'boptestGym'...\n",
"remote: Enumerating objects: 4230, done.\u001b[K\n",
"remote: Counting objects: 100% (444/444), done.\u001b[K\n",
"remote: Compressing objects: 100% (148/148), done.\u001b[K\n",
"remote: Total 4230 (delta 332), reused 359 (delta 277), pack-reused 3786 (from 2)\u001b[K\n",
"Receiving objects: 100% (4230/4230), 50.24 MiB | 4.28 MiB/s, done.\n",
"Resolving deltas: 100% (2263/2263), done.\n"
"remote: Enumerating objects: 4320, done.\u001b[K\n",
"remote: Counting objects: 100% (534/534), done.\u001b[K\n",
"remote: Compressing objects: 100% (201/201), done.\u001b[K\n",
"remote: Total 4320 (delta 392), reused 425 (delta 312), pack-reused 3786 (from 2)\u001b[K\n",
"Receiving objects: 100% (4320/4320), 50.26 MiB | 9.08 MiB/s, done.\n",
"Resolving deltas: 100% (2323/2323), done.\n"
]
}
],
Expand All @@ -1084,7 +1084,7 @@
" !rm -rf boptestGym\n",
"except:\n",
" pass\n",
"!git clone -b issue155_v070 https://github.com/ibpsa/project1-boptest-gym.git boptestGym"
"!git clone -b master https://github.com/ibpsa/project1-boptest-gym.git boptestGym"
]
},
{
Expand Down

0 comments on commit 382f113

Please sign in to comment.