https://github.com/GPflow/GPflow
Revision 30120a183c81cc5d18af0a00ae35e3ec9e06063a authored by Artem Artemev on 25 November 2017, 12:33:07 UTC, committed by Mark van der Wilk on 25 November 2017, 12:33:07 UTC
* Add a bunch of test for Parameter and DataHolder. Minibatch seed can be changed after cleaning or in defer_build.

* Add dataholder tests.

* Add failure creation tests to data holders.

* Shape and dtype for dataholders work for external tensors.

* According fix in dataholder test.

* Change travis file.

* Experiments with travis.

* Improvements in Parameterized tests.

* Exclude external optimizer from coverage report.

* Improvements in optimizer tests.

* Indent functions in optimizer's tests.

* Increase coverage in Parameterized.

* Increase codecov for Parameterized.

* Developing test coverage further.

* Tests Parameterized feeds.

* Call parameter size in tests.

* 100% for ParamList.

* Minibatch tests.

* Increase coverage for Minibatch.

* Setup.py clean up. Stick to 1.4 tensorflow version. Remove backwards for py2.7.

* Increase coverage for Parameters.

* Increase coverage for Parameters build check.

* Core tests for TensorConverter.

* Code coverage targets.

* Change initialization policy at decors and trainers.

* Check initialization status of variable using tf.is_variable_initialized tensor.

* [#568] Improve initialization status checking performance.

* [#568, #561] Test for Dataset iterators is not possible.

* Increase coverage for Parameter.  method was added, therefore required some tests.  method inconsistently handled session inputs.

* Added more tests for Parameter object covering cases when tensor is trainable and parameter is not. Also added test for Parameter string conversion.
1 parent 01c2aa3
History
Tip revision: 30120a183c81cc5d18af0a00ae35e3ec9e06063a authored by Artem Artemev on 25 November 2017, 12:33:07 UTC
Address issues #568, #561 (#575)
Tip revision: 30120a1
File Mode Size
__init__.py -rw-r--r-- 0 bytes
reference.py -rw-r--r-- 2.0 KB
test_autoflow.py -rw-r--r-- 6.5 KB
test_conditionals.py -rw-r--r-- 6.1 KB
test_config.py -rw-r--r-- 4.2 KB
test_core.py -rw-r--r-- 1.2 KB
test_coregion.py -rw-r--r-- 7.3 KB
test_data_object.py -rw-r--r-- 6.1 KB
test_dataholders.py -rw-r--r-- 8.0 KB
test_ekerns.py -rw-r--r-- 26.6 KB
test_features.py -rw-r--r-- 4.0 KB
test_gplvm.py -rw-r--r-- 6.9 KB
test_hmc.py -rw-r--r-- 6.9 KB
test_kerns.py -rw-r--r-- 20.9 KB
test_kldiv.py -rw-r--r-- 8.8 KB
test_likelihoods.py -rw-r--r-- 17.9 KB
test_mean_functions.py -rw-r--r-- 16.4 KB
test_method_equivalence.py -rw-r--r-- 9.7 KB
test_methods.py -rw-r--r-- 10.8 KB
test_misc.py -rw-r--r-- 5.6 KB
test_model.py -rw-r--r-- 8.8 KB
test_notebooks.py -rw-r--r-- 3.3 KB
test_optimizers.py -rw-r--r-- 8.1 KB
test_param.py -rw-r--r-- 42.1 KB
test_predict.py -rw-r--r-- 6.0 KB
test_priors.py -rw-r--r-- 4.2 KB
test_profiling.py -rw-r--r-- 3.6 KB
test_session.py -rw-r--r-- 3.5 KB
test_transforms.py -rw-r--r-- 8.6 KB
test_triang.py -rw-r--r-- 2.8 KB
test_uncertain_conditional.py -rw-r--r-- 11.1 KB
test_variational.py -rw-r--r-- 8.3 KB

back to top