Skip to content

Commit a8b2d26

Browse files
authored
Port fix from AMReX-Agent/ExaEpi#12 (#163)
Otherwise plot script in https://amrex-codes.github.io/amrex/tutorials_html/HeatEquation_Simple.html gives: ... KeyError: 'boxlib_native'
1 parent d681fe0 commit a8b2d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GuidedTutorials/HeatEquation_Simple/Visualization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"source": [
101101
"import yt\n",
102102
"from yt.frontends import boxlib\n",
103-
"from yt.frontends.boxlib.data_structures import AMReXDataset"
103+
"from yt.frontends.boxlib.api import AMReXDataset"
104104
]
105105
},
106106
{

0 commit comments

Comments
 (0)