Skip to content

Commit

Permalink
explicitly state layout for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjbarnes committed Feb 2, 2024
1 parent a7e0e44 commit 5757922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/access_om2-forced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
"metadata": {},
"outputs": [],
"source": [
"expt.FRE_tools((10,10))\n"
"expt.FRE_tools(layout = (10,10))\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion demos/reanalysis-forced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"metadata": {},
"outputs": [],
"source": [
"expt.FRE_tools((10,10)) ## Here the tuple defines the processor layout\n"
"expt.FRE_tools(layout=(10,10)) ## Here the tuple defines the processor layout\n"
]
},
{
Expand Down

0 comments on commit 5757922

Please sign in to comment.