Skip to content

Commit

Permalink
Update test_healthcheck.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufuyanik1 committed Nov 16, 2023
1 parent d600e0e commit 3c23778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tests/test_healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def sample():


def testHealthCheckRunsWithoutErrors(sample):
sample.generateHealthCheck(verbose=True)
sample.generateReport(verbose=True)


def testAdditionalTables(sample):
Expand All @@ -33,7 +33,7 @@ def sample_without_predictorbinning():


def testHealthCheckModelRunsWithoutErrors(sample_without_predictorbinning):
sample_without_predictorbinning.generateHealthCheck(
sample_without_predictorbinning.generateReport(
verbose=True, modelData_only=True
)

Expand Down

0 comments on commit 3c23778

Please sign in to comment.