Skip to content

Commit

Permalink
Updated CP and version for testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexholehouse committed Oct 1, 2016
1 parent a7b30bb commit 54da78a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions localcider/tests/__init__.py
Expand Up @@ -4,9 +4,9 @@
!--------------------------------------------------------------------------!
! This file is part of localCIDER. !
! !
! Version 0.1.8 !
! Version 0.1.9 !
! !
! Copyright (C) 2014 - 2015 !
! Copyright (C) 2014 - 2016 !
! The localCIDER development team (current and former contributors) !
! Alex Holehouse, James Ahad, Rahul K. Das. !
! !
Expand Down
4 changes: 2 additions & 2 deletions localcider/tests/runtests.py
Expand Up @@ -4,9 +4,9 @@
!--------------------------------------------------------------------------!
! This file is part of localCIDER. !
! !
! Version 0.1.8 !
! Version 0.1.9 !
! !
! Copyright (C) 2014 - 2015 !
! Copyright (C) 2014 - 2016 !
! The localCIDER development team (current and former contributors) !
! Alex Holehouse, James Ahad, Rahul K. Das. !
! !
Expand Down
4 changes: 2 additions & 2 deletions localcider/tests/testTools.py
Expand Up @@ -4,9 +4,9 @@
!--------------------------------------------------------------------------!
! This file is part of localCIDER. !
! !
! Version 0.1.8 !
! Version 0.1.9 !
! !
! Copyright (C) 2014 - 2015 !
! Copyright (C) 2014 - 2016 !
! The localCIDER development team (current and former contributors) !
! Alex Holehouse, James Ahad, Rahul K. Das. !
! !
Expand Down
4 changes: 2 additions & 2 deletions localcider/tests/test_complexity.py
Expand Up @@ -4,9 +4,9 @@
!--------------------------------------------------------------------------!
! This file is part of localCIDER. !
! !
! Version 0.1.8 !
! Version 0.1.9 !
! !
! Copyright (C) 2014 - 2015 !
! Copyright (C) 2014 - 2016 !
! The localCIDER development team (current and former contributors) !
! Alex Holehouse, James Ahad, Rahul K. Das. !
! !
Expand Down
10 changes: 5 additions & 5 deletions localcider/tests/test_plots.py
Expand Up @@ -4,9 +4,9 @@
!--------------------------------------------------------------------------!
! This file is part of localCIDER. !
! !
! Version 0.1.8 !
! Version 0.1.9 !
! !
! Copyright (C) 2014 - 2015 !
! Copyright (C) 2014 - 2016 !
! The localCIDER development team (current and former contributors) !
! Alex Holehouse, James Ahad, Rahul K. Das. !
! !
Expand Down Expand Up @@ -219,17 +219,17 @@ def test_save_single_uverskyPlot(self):
hydro = self.rseq.get_uversky_hydropathy()
mnc = self.rseq.get_mean_net_charge()

plots.save_single_phasePlot(
plots.save_single_uverskyPlot(
hydro, mnc, 'tmpfiles/single_UV', 'TEST TITLE')

plots.save_single_phasePlot(
plots.save_single_uverskyPlot(
hydro,
mnc,
'tmpfiles/single_UV_NO_LEGEND.png',
'TEST TITLE',
False)

plots.save_single_phasePlot(
plots.save_single_uverskyPlot(
hydro,
mnc,
'tmpfiles/single_UV_NO_LEGEND.pdf',
Expand Down
4 changes: 2 additions & 2 deletions localcider/tests/test_sequence.py
Expand Up @@ -4,9 +4,9 @@
!--------------------------------------------------------------------------!
! This file is part of localCIDER. !
! !
! Version 0.1.8 !
! Version 0.1.9 !
! !
! Copyright (C) 2014 - 2015 !
! Copyright (C) 2014 - 2016 !
! The localCIDER development team (current and former contributors) !
! Alex Holehouse, James Ahad, Rahul K. Das. !
! !
Expand Down
4 changes: 2 additions & 2 deletions localcider/tests/test_sequenceParameters.py
Expand Up @@ -4,9 +4,9 @@
!--------------------------------------------------------------------------!
! This file is part of localCIDER. !
! !
! Version 0.1.8 !
! Version 0.1.9 !
! !
! Copyright (C) 2014 - 2015 !
! Copyright (C) 2014 - 2016 !
! The localCIDER development team (current and former contributors) !
! Alex Holehouse, James Ahad, Rahul K. Das. !
! !
Expand Down

0 comments on commit 54da78a

Please sign in to comment.