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

Pull Request #3

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

# command to install dependencies
#install: "pip install -r requirements.txt"
# command to run tests
script: py.test
Binary file added LAB2.pdf
Binary file not shown.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# MCMC-for-Brown-Dwarf-WISE-data
# MCMC for Brown Dwarf WISE data

Exercise in using Markov Chain Monte Carlo via the emcee module. The code is meant for the exploration of the MCMC algorithm in general, its advantages and limitations and as a lesson in building a functioning repository, working testing via travis CI.

### Referencing
line.py from http://dan.iel.fm/emcee/current/
Loading