Skip to content

Commit

Permalink
rename A to weights in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Aug 4, 2019
1 parent 792e228 commit 2ab3090
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Reuse_regridder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"An xESMF regridder has an attribute `A`, i.e. the weight matrix."
"An xESMF regridder has an attribute `weights`, i.e. the weight matrix."
]
},
{
Expand All @@ -360,7 +360,7 @@
}
],
"source": [
"regridder.A"
"regridder.weights"
]
},
{
Expand Down Expand Up @@ -397,7 +397,7 @@
}
],
"source": [
"plt.spy(regridder.A)\n",
"plt.spy(regridder.weights)\n",
"plt.xlabel('input grid indices')\n",
"plt.ylabel('output grid indices')"
]
Expand Down

0 comments on commit 2ab3090

Please sign in to comment.