Skip to content

Commit

Permalink
small fix for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
marfantyk committed Jan 4, 2024
1 parent af97222 commit 70dca7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion longevity2reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, *args, **kwargs):
self.savepath = kwargs["savepath"]


async def run(self):
async def run(self, *args, **kwargs):
self.setup()
self.write_data()
self.end()
Expand Down
5 changes: 3 additions & 2 deletions longevity2reporter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Longevity2
version: 0.4.1
version: 0.4.2
type: reporter
description: Create report with longevity ralated information (pre alpha version). It deppends on postagregators .
output_filename_schema:
Expand Down Expand Up @@ -40,4 +40,5 @@ release_note:
0.3.1: fixed yml settings to publish in oakvar, changes in template
0.3.2: added just_cardio module
0.4.0: added just_lipidmetabolism and just_thrombophilia modules, longevitymap report divided into separate tables, changed visuals
0.4.1: adde just_vo2max module
0.4.1: added just_vo2max module
0.4.2: small fix for compatibility with new version of oakvar

0 comments on commit 70dca7a

Please sign in to comment.