Skip to content

Instantly share code, notes, and snippets.

{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jbarnoud
jbarnoud / kmeans.ipynb
Last active September 28, 2015 09:48
Hereby is a notebook that explores K-means in the context of PBxplore.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jbarnoud
jbarnoud / travis_log.txt
Created February 1, 2016 14:22
Working doc job on 20160201
Using worker: worker-linux-docker-e35c121a.prod.travis-ci.org:travis-linux-4
travis_fold:start:system_info
Build system information
Build language: python
Build group: stable
Build dist: precise
Build image provisioning date and time
Thu Feb 5 15:09:33 UTC 2015
Operating System Details
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
./testsuite/MDAnalysisTests/mda_nosetests --with-coverage --cover-package MDAnalysis --processes=2 --process-timeout=300 --with-memleak
S...............................................................................................S......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
@jbarnoud
jbarnoud / Demo analysis decorator.ipynb
Created August 18, 2016 12:30
Demonstrate analysis decorator
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jbarnoud
jbarnoud / Untitled.ipynb
Created August 30, 2016 09:49
Demo MDAnalysis progress meter
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jbarnoud
jbarnoud / Automatic Test Of Martini: Design.md
Last active November 25, 2016 08:04
Automatic test of Martini

Automatic Test Of Martini (title in progress)

The automatic test of Martini comprises four components:

  • a collection of tests with metadata;
  • a collection of input files shared among the tests;
  • a python and bash library of functions to ease the writing of tests;
  • a main program that allows to list, select, and run the tests on various target computer, but also that compiles a global report from the individual report of each test.

A user must be able to run all or part of the test suite on a local or a remote computer. It must be able to overwrite some parameters, and to easily add new tests.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.