9411177eafde505f8fda9d398924d530bfcd6dd7,tensorboard/plugins/hparams/backend_context_test.py,BackendContextTest,test_experiment_without_experiment_tag,#BackendContextTest#,159

Before Change


            }
        
        ctxt = backend_context.Context(self._mock_tb_context)
        actual_exp = ctxt.experiment(experiment_id="123")
        _canonicalize_experiment(actual_exp)
        self.assertProtoEquals(expected_exp, actual_exp)

    def test_experiment_without_experiment_tag_different_hparam_types(self):

After Change


            }
        
        ctxt = backend_context.Context(self._mock_tb_context)
        actual_exp = ctxt.experiment_from_metadata(
            "123", ctxt.hparams_metadata("123")
        )
        _canonicalize_experiment(actual_exp)
        self.assertProtoEquals(expected_exp, actual_exp)

    def test_experiment_without_experiment_tag_different_hparam_types(self):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: tensorflow/tensorboard
Commit Name: 9411177eafde505f8fda9d398924d530bfcd6dd7
Time: 2020-04-06
Author: wchargin@gmail.com
File Name: tensorboard/plugins/hparams/backend_context_test.py
Class Name: BackendContextTest
Method Name: test_experiment_without_experiment_tag


Project Name: tensorflow/tensorboard
Commit Name: 9411177eafde505f8fda9d398924d530bfcd6dd7
Time: 2020-04-06
Author: wchargin@gmail.com
File Name: tensorboard/plugins/hparams/backend_context_test.py
Class Name: BackendContextTest
Method Name: test_experiment_without_experiment_tag_many_distinct_values


Project Name: tensorflow/tensorboard
Commit Name: 9411177eafde505f8fda9d398924d530bfcd6dd7
Time: 2020-04-06
Author: wchargin@gmail.com
File Name: tensorboard/plugins/hparams/backend_context_test.py
Class Name: BackendContextTest
Method Name: test_experiment_without_experiment_tag_different_hparam_types