mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Cleaning up some numpy docstring formatting.
This commit is contained in:
parent
2c598129da
commit
076dca84a2
1 changed files with 2 additions and 2 deletions
|
|
@ -223,7 +223,7 @@ def id_map(plot):
|
|||
def property_map(plot):
|
||||
"""
|
||||
Generate a 2-D map of (cell_temperature, material_density). Used for
|
||||
in-memory image generation.
|
||||
in-memory image generation.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
@ -233,7 +233,7 @@ def property_map(plot):
|
|||
Returns
|
||||
-------
|
||||
property_map : numpy.ndarray
|
||||
a NumPy array with shape (vertical pixels, horizontal pixels, 2) of
|
||||
A NumPy array with shape (vertical pixels, horizontal pixels, 2) of
|
||||
OpenMC property ids with dtype float
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue