Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #133: update DataFrame append to concat #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix #133: update DataFrame append to concat

f76b8ab
Select commit
Loading
Failed to load commit list.
Open

fix #133: update DataFrame append to concat #192

fix #133: update DataFrame append to concat
f76b8ab
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 7, 2024 in 6m 37s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #192 fix #133: update DataFrame append to concat.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Python OS State
376.1 3.8 Linux passed
376.2 3.9 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Versions 3.8, 3.9
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.8",
    "3.9"
  ],
  "before_install": [
    "if ! [ -f ./src/GRCh37.tar.gz ]; then wget ftp://alexandrovlab-ftp.ucsd.edu/pub/tools/SigProfilerMatrixGenerator/GRCh37.tar.gz -P ./src/; fi"
  ],
  "install": [
    "pip install .[tests]"
  ],
  "cache": {
    "directories": [
      "$TRAVIS_BUILD_DIR/src/"
    ]
  },
  "before_script": [
    "python install_genome.py -l $TRAVIS_BUILD_DIR/src/ GRCh37"
  ],
  "script": [
    "pytest tests",
    "python3 test.py -t GRCh37"
  ]
}