Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bayesflow/links/positive_definite.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def compute_input_shape(self, output_shape):

There are m nonzero elements of a lower triangular nxn matrix with m = n * (n + 1) / 2.

Example
-------
Examples
--------
>>> PositiveDefinite().compute_output_shape((None, 3, 3))
6
"""
Expand Down
2 changes: 1 addition & 1 deletion docsrc/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ The corresponding Jupyter Notebooks are available :mainbranch:`here <examples/>`
_examples/Bayesian_Experimental_Design.ipynb
_examples/From_ABC_to_BayesFlow.ipynb
_examples/One_Sample_TTest.ipynb
_examples/Lotka_Volterra_Point_Estimation_and_Expert_Stats.ipynb
_examples/Lotka_Volterra_Point_Estimation.ipynb
_examples/Likelihood_Estimation.ipynb
_examples/Multimodal_Data.ipynb