1. 22 11月, 2016 16 次提交
  2. 18 11月, 2016 4 次提交
  3. 17 11月, 2016 11 次提交
  4. 16 11月, 2016 6 次提交
  5. 15 11月, 2016 3 次提交
    • notoraptor's avatar
      Added nose-exclude plugin to exclude folders · bc24a80c
      notoraptor 提交于
      Added the installation of nose-exclude plugin for nosetests.
      This plugin should allow us to exclude folders with `nosetests --exclude-dir=path/to/directory`
      Tests rewritten to use nose-exclude and to fix some nosetests syntax about file exclusion.
      bc24a80c
    • Pascal Lamblin's avatar
      Merge pull request #5168 from notoraptor/master · 3347480a
      Pascal Lamblin 提交于
      This is my proposal for GpuMaxAndArgmax (issue #1399).
      3347480a
    • notoraptor's avatar
      Update TRAVIS config: tests splitted · 38a9a087
      notoraptor 提交于
      theano/tensor tests are splitted into:
      - all theano/tensor tests excluding test_basic
      - just test_basic
      
      `mode=FAST_COMPILE` tests are splitted into:
      - all tests excluding theano/tensor tests
      - just theano/tensor tests
      
      @nouiz
      38a9a087