Skip to content

Commit

Permalink
Fix conflicts in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Feng Zhu committed Mar 27, 2018
1 parent 72d5825 commit 12349b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion pyleoclim/__init__.py
Expand Up @@ -1111,7 +1111,6 @@ def summaryTs(timeseries = "", x_axis = "", saveFig = False, dir = "",
y,x = Timeseries.clean_ts(y,x)

# Perform the analysis
<<<<<<< HEAD
default = {'tau':None,
'freqs': None,
'c':1e-3,
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Expand Up @@ -3,11 +3,7 @@
import sys
import io

<<<<<<< HEAD
version = '0.4.0'
=======
version = '0.5.0'
>>>>>>> dev-fzhu

# Read the readme file contents into variable
if sys.argv[-1] == 'publish' or sys.argv[-1] == 'publishtest':
Expand Down

0 comments on commit 12349b9

Please sign in to comment.