Skip to content

Commit

Permalink
fix bug with covariate initiation
Browse files Browse the repository at this point in the history
  • Loading branch information
borauyar committed Jan 16, 2025
1 parent 51d5795 commit 6461174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flexynesis/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ def main():
covariates = None
else:
covariates = args.covariates.strip().split(',')
else:
covariates = None

data_importer = flexynesis.DataImporter(path = args.data_path,
data_types = datatypes,
Expand Down

0 comments on commit 6461174

Please sign in to comment.