Skip to content

Commit

Permalink
try inspecting notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-a-a committed Oct 31, 2024
1 parent b635751 commit 71cc4e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tutorials/oli_calculations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -411,13 +411,14 @@
" dbs_files = oliapi.get_user_dbs_file_ids()\n",
" \n",
" # uncomment the following lines to view results:\n",
" #for idx, file in enumerate(dbs_files):\n",
" # print(f\"{idx+1}\\t{file}\")\n",
" for idx, file in enumerate(dbs_files):\n",
" print(f\"{idx+1}\\t{file}\")\n",
" \n",
" # if a DBS file has been retained from a previous session,\n",
" # its flash history and chemistry information can be summarized.\n",
" file_summary = oliapi.get_dbs_file_summary(dbs_file_id)\n",
"\n",
" print(file_summary)\n",
" \n",
" # save chemistry information\n",
" chemistry_info = file_summary[\"chemistry_info\"]\n",
" write_output(chemistry_info[\"result\"], \"chemistry_info.json\")\n",
Expand Down

0 comments on commit 71cc4e7

Please sign in to comment.