Skip to content

Commit

Permalink
Fix syntax error in ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Jul 6, 2021
1 parent 462a729 commit 8912cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/cookbook/fits_xray_images.ipynb
Expand Up @@ -268,7 +268,7 @@
"outputs": [],
"source": [
"prj = yt.ProjectionPlot(ds, \"z\", \n",
" [(\"fits\", \"flux\"), (\"fits\", \"projected_temperature\"), (\"gas\", \"pseudo_pressure\"), (\"gas\", \"pseudo_entropy\"]), \n",
" [(\"fits\", \"flux\"), (\"fits\", \"projected_temperature\"), (\"gas\", \"pseudo_pressure\"), (\"gas\", \"pseudo_entropy\")], \n",
" origin=\"native\", field_parameters={\"exposure_time\":exposure_time},\n",
" data_source=circle_reg,\n",
" method=\"sum\")\n",
Expand Down Expand Up @@ -428,4 +428,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 8912cd1

Please sign in to comment.