Skip to content

Commit

Permalink
Add tensorboard example to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannica committed Mar 7, 2022
1 parent 2806dc5 commit a2ff7cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/integration/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@ class ExampleIntegrationTestConfiguration(NamedTuple):
step_count=4,
),
),
ExampleIntegrationTestConfiguration(
name="tensorboard",
validation_function=generate_basic_validation_function(
pipeline_name="mnist_pipeline",
step_count=4,
),
),
]

# flake8: noqa: C901
Expand Down

0 comments on commit a2ff7cf

Please sign in to comment.