Skip to content

Commit

Permalink
update M for heart-statlog convergence experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniPasserello committed Jun 8, 2021
1 parent 1d944b9 commit 06ff85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shgp/data/metadata_convergence.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self):
class HeartConvergenceMetaDataset(HeartDataset, ConvergenceMetaDataset):
def __init__(self):
HeartDataset.__init__(self)
ConvergenceMetaDataset.__init__(self, 60, 100)
ConvergenceMetaDataset.__init__(self, 100, 100)


class IonosphereConvergenceMetaDataset(IonosphereDataset, ConvergenceMetaDataset):
Expand Down

0 comments on commit 06ff85a

Please sign in to comment.