Skip to content

Commit

Permalink
Adding docstring to AutoEmulate class to ensure generation of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewesterling committed Feb 14, 2024
1 parent 25d0812 commit 8672083
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions autoemulate/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@


class AutoEmulate:
"""
The AutoEmulate class is the main class of the AutoEmulate package. It is used to set up and compare
different emulator models on a given dataset. It can also be used to save and load models, and to
print and plot the results of the comparison.
"""

def __init__(self):
"""Initializes an AutoEmulate object."""
self.X = None
Expand Down

0 comments on commit 8672083

Please sign in to comment.