Skip to content

Commit

Permalink
Updated the kernels in the workflows notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodot- committed Aug 15, 2024
1 parent a7f778d commit 379b84f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
11 changes: 2 additions & 9 deletions docs/workflows/standard_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,13 @@
"plt.legend()\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "tardis",
"language": "python",
"name": "python3"
"name": "tardis"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -102,7 +95,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down
17 changes: 14 additions & 3 deletions docs/workflows/v_inner_solver_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,17 @@
"outputs": [],
"source": [
"spectrum = workflow.spectrum_solver.spectrum_real_packets\n",
"spectrum_virtual = workflow.spectrum_solver.spectrum_virtual_packets"
"spectrum_virtual = workflow.spectrum_solver.spectrum_virtual_packets\n",
"#spectrum_integrated = workflow.spectrum_solver.spectrum_integrated"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%debug"
]
},
{
Expand All @@ -84,6 +94,7 @@
"\n",
"spectrum.plot(label=\"Normal packets\")\n",
"spectrum_virtual.plot(label=\"Virtual packets\")\n",
"#spectrum_integrated.plot(label=\"Integrated Spectrum\")\n",
"\n",
"plt.xlim(500, 9000)\n",
"plt.title(\"TARDIS example model spectrum\")\n",
Expand All @@ -96,9 +107,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:miniconda3-tardis]",
"display_name": "tardis",
"language": "python",
"name": "conda-env-miniconda3-tardis-py"
"name": "tardis"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 379b84f

Please sign in to comment.