Skip to content
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
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python

python:
- 3.6.0

Copy link
Contributor

@jacobhhamer jacobhhamer Mar 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add testing for Python 2.6, 2.7, 3.3.

script:
- pytest
73 changes: 0 additions & 73 deletions 0045+1634_61testing_mc.txt

This file was deleted.

73 changes: 0 additions & 73 deletions 0241-0326_61testing_mc.txt

This file was deleted.

29 changes: 20 additions & 9 deletions shifty.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# Making a change (3/22)"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down Expand Up @@ -243,7 +254,6 @@
},
"outputs": [],
"source": [
"\n",
"import numpy as np\n",
"import matplotlib.mlab as mlab\n",
"\n",
Expand All @@ -265,7 +275,7 @@
" fig = plt.plot(x_gauss,y_gauss)\n",
" \n",
" print('mean = ', mean, 'sigma = ', sigma)\n",
" return fig\n"
" return fig"
]
},
{
Expand Down Expand Up @@ -385,7 +395,7 @@
" df['RMS'] = RMSs\n",
" df['sigma'] = sigmas\n",
"\n",
" df.to_csv(str(data_tar[0][1])+'_RMS_bad_removed.txt',sep='\\t')\n"
" df.to_csv(str(data_tar[0][1])+'_RMS_bad_removed.txt',sep='\\t')"
]
},
{
Expand Down Expand Up @@ -850,8 +860,7 @@
" plt.plot(w_tar_plot,f_tar_plot,color='black')\n",
" plt.plot(w_tar_plot,f_comp_plot,color='red')\n",
" \n",
" plt.show()\n",
" "
" plt.show()"
]
},
{
Expand Down Expand Up @@ -893,7 +902,9 @@
"collapsed": true
},
"outputs": [],
"source": []
"source": [
""
]
}
],
"metadata": {
Expand All @@ -905,7 +916,7 @@
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
"version": 3.0
},
"file_extension": ".py",
"mimetype": "text/x-python",
Expand All @@ -916,5 +927,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
}
"nbformat_minor": 0
}
Loading