From c177c3c10025b10f19c80a2c5ff0869020c04fa3 Mon Sep 17 00:00:00 2001 From: Sterling Harper Date: Fri, 30 Sep 2016 13:37:45 -0400 Subject: [PATCH] Add Filter classes to docs --- docs/source/pythonapi/index.rst | 14 +++++++++++++- openmc/arithmetic.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/source/pythonapi/index.rst b/docs/source/pythonapi/index.rst index 16c90bcbc4..d76be2b4b5 100644 --- a/docs/source/pythonapi/index.rst +++ b/docs/source/pythonapi/index.rst @@ -133,7 +133,19 @@ Constructing Tallies :nosignatures: :template: myclass.rst - openmc.Filter + openmc.UniverseFilter + openmc.MaterialFilter + openmc.CellFilter + openmc.CellbornFilter + openmc.SurfaceFilter + openmc.MeshFilter + openmc.EnergyFilter + openmc.EnergyoutFilter + openmc.MuFilter + openmc.PolarFilter + openmc.AzimuthalFilter + openmc.DistribcellFilter + openmc.DelayedGroupFilter openmc.Mesh openmc.Trigger openmc.Tally diff --git a/openmc/arithmetic.py b/openmc/arithmetic.py index 3962afc602..1632520c5f 100644 --- a/openmc/arithmetic.py +++ b/openmc/arithmetic.py @@ -754,7 +754,7 @@ class AggregateFilter(object): else: return self.bins.index(filter_bin) - def get_pandas_dataframe(self, data_size, summary=None): + def get_pandas_dataframe(self, data_size, summary=None, **kwargs): """Builds a Pandas DataFrame for the AggregateFilter's bins. This method constructs a Pandas DataFrame object for the AggregateFilter