Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 20, 2024
2 parents 7167336 + 635d399 commit 4a437f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions premise/incremental.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class IncrementalDatabase(NewDatabase):
Class for creating an incremental database. Incremental databases allow measuring the
effects of sectoral updates. The class inherits from the NewDatabase class.
"""

def update(self, sectors: dict = None) -> None:
"""
Update the database with the specified sectors.
Expand Down

0 comments on commit 4a437f1

Please sign in to comment.