Skip to content

Commit

Permalink
refactor nd4j package path
Browse files Browse the repository at this point in the history
  • Loading branch information
haifengl committed Mar 25, 2017
1 parent 06e26dc commit 5e4e92f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*******************************************************************************/

package smile.math.nd4j;
package smile.nd4j;

import java.util.Arrays;
import smile.math.matrix.DenseMatrix;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
*
* @author Haifeng Li
*/
package smile.math.nd4j;
package smile.nd4j;
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*******************************************************************************/
package smile.math.nd4j;
package smile.nd4j;

import org.junit.After;
import org.junit.AfterClass;
Expand Down

0 comments on commit 5e4e92f

Please sign in to comment.