Skip to content

Commit

Permalink
Set information criterion for NA distribution high (#298)
Browse files Browse the repository at this point in the history
* Set information criterion for NA distribution high

* Placate pylint
  • Loading branch information
qubixes authored Aug 7, 2024
1 parent 609ee88 commit 7bd6a0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metasyn/distribution/na.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ def _param_dict(self):
@classmethod
def _param_schema(cls):
return {}

def information_criterion(self, values): # pylint: disable=unused-argument
return 1e10

0 comments on commit 7bd6a0a

Please sign in to comment.