Skip to content
Snippets Groups Projects
Unverified Commit 332aec9c authored by Rickard Brüel Gabrielsson's avatar Rickard Brüel Gabrielsson Committed by GitHub
Browse files

Merge pull request #13 from bruel-gabrielsson/travis

Travis fix
parents 10eb2cb3 35086bd1
Branches
No related tags found
No related merge requests found
language: python language: python
python: matrix:
- "2.7" include:
- "3.6" # works on Precise and Trusty
- os: linux
dist: trusty
python: "3.6"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env:
- CC=gcc-4.9
- CXX=g++-4.9"
# works on Precise and Trusty
- os: linux
dist: trusty
python: "2.7"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env:
- CC=gcc-4.9
- CXX=g++-4.9"
# command to install dependencies # command to install dependencies
before_install:
- eval "${MATRIX_EVAL}"
install: install:
- pip install --upgrade pip
- pip install -r requirements.txt - pip install -r requirements.txt
- python setup.py install - python setup.py install
# tests # tests
......
# TopologyLayer # TopologyLayer
Build Status: [![Build Status](https://travis-ci.com/bruel-gabrielsson/TopologyLayer.svg?branch=master)](https://travis-ci.com/bruel-gabrielsson/TopologyLayer)
This repository contains a Python package that implements PyTorch-compatible persistent homology layers, as well as featurization of the output. This repository contains a Python package that implements PyTorch-compatible persistent homology layers, as well as featurization of the output.
For an introduction to this topic, see the preprint **A Topology Layer for Machine Learning**, [arxiv:1905.12200](https://arxiv.org/abs/1905.12200) For an introduction to this topic, see the preprint **A Topology Layer for Machine Learning**, [arxiv:1905.12200](https://arxiv.org/abs/1905.12200)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment