From 076dca84a26362d7d3f9385dfe01afd6dbe2c072 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Sun, 17 Mar 2019 19:30:46 -0500 Subject: [PATCH] Cleaning up some numpy docstring formatting. --- openmc/capi/plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/capi/plot.py b/openmc/capi/plot.py index b686373b8f..edb2e42a3d 100644 --- a/openmc/capi/plot.py +++ b/openmc/capi/plot.py @@ -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 """