• Philip Meier's avatar
    add tests for MNIST and variants (#3423) · aa365993
    Philip Meier authored
    * add tests for MNIST and variants
    
    * remove old tests and fakedata generation
    
    * fix default config detection for if dataset has variable keywords
    
    * use split="mnist" as default for EMNIST
    
    * fix QMNIST tests
    
    * lint
    
    * fix special kwargs detection
    
    * Revert "use split="mnist" as default for EMNIST"
    
    This reverts commit 62c9b23597f4a391cad409cbd93edac1b3474acf.
    
    * fix tests
    
    * fix QMNIST test case name
    
    * remove dead code from test
    
    * Revert "remove old tests and fakedata generation"
    
    This reverts commit a285b97c4827566a5bc06c288f5bba8d614a4f7a.
    
    * remove old tests
    
    * readd removed import
    aa365993
test_datasets.py 59.9 KB