Skip to content

Commit 6e5ac55

Browse files
committed
fix powgen notebook
1 parent 9ce3c39 commit 6e5ac55

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/user-guide/sns-instruments/POWGEN_data_reduction.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"source": [
240240
"results = workflow.compute(\n",
241241
" (\n",
242-
" TofDetector[SampleRun],\n",
242+
" WavelengthDetector[SampleRun],\n",
243243
" CorrectedDetector[SampleRun],\n",
244244
" )\n",
245245
")"
@@ -252,7 +252,7 @@
252252
"metadata": {},
253253
"outputs": [],
254254
"source": [
255-
"results[TofDetector[SampleRun]]"
255+
"results[WavelengthDetector[SampleRun]]"
256256
]
257257
},
258258
{
@@ -377,7 +377,8 @@
377377
"mimetype": "text/x-python",
378378
"name": "python",
379379
"nbconvert_exporter": "python",
380-
"pygments_lexer": "ipython3"
380+
"pygments_lexer": "ipython3",
381+
"version": "3.12.12"
381382
}
382383
},
383384
"nbformat": 4,

0 commit comments

Comments
 (0)