Skip to content

Commit

Permalink
chore: clean up cells
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Nov 6, 2024
1 parent 2575753 commit be834a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ntgs_example_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"from datetime import datetime\n",
"nowtime=datetime.now().isoformat(timespec='minutes')\n",
"model_name=nowtime.replace(\":\",\"-\").replace(\"T\",\"-\")\n",
"loop_project_filename = os.path.join(model_name, \"NAM_map.loop3d\")\n",
"loop_project_filename = os.path.join(model_name, \"HB_map.loop3d\")\n",
"\n",
"t0 = time.time()\n",
"\n",
Expand Down

0 comments on commit be834a5

Please sign in to comment.