Skip to content

Commit

Permalink
Update MACS_User_notebook.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
thallor1 committed Feb 6, 2025
1 parent d2ddbc2 commit ab6532e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/notebooks/MACS_User_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/tmp/ipykernel_105072/1738536076.py:61: UserWarning: FigureCanvasAgg is non-interactive, and thus cannot be shown\n",
"/tmp/ipykernel_172359/1738536076.py:61: UserWarning: FigureCanvasAgg is non-interactive, and thus cannot be shown\n",
" fig.show()\n"
]
},
Expand Down Expand Up @@ -353,7 +353,6 @@
"interp_dQx, interp_dQz, interp_dE = macs_instr.load_res_fwhm_interp_objects()\n",
"#These interpolators require input in terms of lab fram, not H,K,L. This is done in the following way.\n",
"qx1,qz1 = macs_instr.sample.HKL_to_QxQz(H1,K1,L1)\n",
"qx2,qz2 = macs_instr.sample.HKL_to_QxQz(H2,K2,L2)\n",
"\n",
"#Now call the interpolators:\n",
"Efwhms1 = []\n",
Expand Down

0 comments on commit ab6532e

Please sign in to comment.