diff --git a/_modules/pe/embedding/embedding.html b/_modules/pe/embedding/embedding.html index 8588505..885f8bd 100644 --- a/_modules/pe/embedding/embedding.html +++ b/_modules/pe/embedding/embedding.html @@ -90,7 +90,7 @@

Source code for pe.embedding.embedding

         :param data: The data to compute the embedding
         :type data: :py:class:`pe.data.data.Data`
         """
-        pass
+ ... diff --git a/_modules/pe/metric_item.html b/_modules/pe/metric_item.html index ec94bb3..11a8f1e 100644 --- a/_modules/pe/metric_item.html +++ b/_modules/pe/metric_item.html @@ -122,7 +122,7 @@

Source code for pe.metric_item

 
 
[docs] def clean_up(self): """Clean up the metric item.""" - pass
+ ...
[docs]class MatplotlibMetricItem(MetricItem): @@ -135,19 +135,19 @@

Source code for pe.metric_item

 
[docs]class FloatMetricItem(MetricItem): """The metric item for a single float value.""" - pass
+ ...
[docs]class FloatListMetricItem(MetricItem): """The metric item for a list of float values.""" - pass
+ ...
[docs]class ImageMetricItem(MetricItem): """The metric item for an image.""" - pass
+ ...
[docs]class ImageListMetricItem(MetricItem): diff --git a/_modules/pe/population/population.html b/_modules/pe/population/population.html index b1c5866..1143fc2 100644 --- a/_modules/pe/population/population.html +++ b/_modules/pe/population/population.html @@ -85,7 +85,7 @@

Source code for pe.population.population

         :param num_samples: The number of samples to generate
         :type num_samples: int
         """
-        pass
+ ...
[docs] @abstractmethod def next(self, syn_data, num_samples): @@ -96,7 +96,7 @@

Source code for pe.population.population

         :param num_samples: The number of samples to generate
         :type num_samples: int
         """
-        pass
+ ...