Skip to content

Instantly share code, notes, and snippets.

# -*- coding: utf-8 -*-
"""
codegen
~~~~~~~
Extension to ast that allow ast -> python code generation.
:copyright: Copyright 2008 by Armin Ronacher.
:license: BSD.
"""
@dgboy2000
dgboy2000 / gist:4788502ff74355569eea
Created October 22, 2015 01:20
nd4j build failure on master branch
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.nd4j.linalg.Nd4jTestSuite
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.231 sec <<< FAILURE!
initializationError(org.nd4j.linalg.Nd4jTestSuite) Time elapsed: 0.007 sec <<< ERROR!
java.lang.NoSuchMethodException: org.nd4j.linalg.util.TestArrayUtils.<init>(java.lang.String, org.nd4j.linalg.factory.Nd4jBackend)