Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
T-002 committed Mar 15, 2013
1 parent 62cf9e9 commit b72f9c1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pycast/common/__init__.py
Expand Up @@ -29,10 +29,14 @@
from pycastobject import PyCastObject
<<<<<<< Updated upstream
<<<<<<< Updated upstream
<<<<<<< Updated upstream
#from matrix import Matrix, Vector
=======
from matrix import Matrix, Vector
>>>>>>> Stashed changes
=======
from matrix import Matrix, Vector
>>>>>>> Stashed changes
=======
from matrix import Matrix, Vector
>>>>>>> Stashed changes
4 changes: 4 additions & 0 deletions pycast/common/timeseries.py
Expand Up @@ -837,11 +837,15 @@ def initialize_from_sql_cursor(self, sqlcursor):

## set the normalization level
<<<<<<< Updated upstream
<<<<<<< Updated upstream
<<<<<<< Updated upstream
self._normalized = self._check_normalization()
=======
self._normalized = self._check_normalization
>>>>>>> Stashed changes
=======
self._normalized = self._check_normalization
>>>>>>> Stashed changes
=======
self._normalized = self._check_normalization
>>>>>>> Stashed changes
Expand Down
4 changes: 4 additions & 0 deletions pycast/methods/__init__.py
Expand Up @@ -28,10 +28,14 @@
from exponentialsmoothing import ExponentialSmoothing, HoltMethod, HoltWintersMethod
<<<<<<< Updated upstream
<<<<<<< Updated upstream
<<<<<<< Updated upstream
#from regression import Regression, LinearRegression
=======
from regression import Regression, LinearRegression
>>>>>>> Stashed changes
=======
from regression import Regression, LinearRegression
>>>>>>> Stashed changes
=======
from regression import Regression, LinearRegression
>>>>>>> Stashed changes
6 changes: 6 additions & 0 deletions pycast/tests/timeseriesmiscellaneoustest.py
Expand Up @@ -28,6 +28,7 @@
<<<<<<< Updated upstream
<<<<<<< Updated upstream
<<<<<<< Updated upstream
<<<<<<< Updated upstream
import unittest, re, os
=======
=======
Expand All @@ -38,6 +39,8 @@
>>>>>>> Stashed changes
=======
>>>>>>> Stashed changes
=======
>>>>>>> Stashed changes
import unittest, re, os, random
>>>>>>> Stashed changes
from copy import copy
Expand Down Expand Up @@ -119,6 +122,7 @@ def validity_of___str___test(self):
<<<<<<< Updated upstream
<<<<<<< Updated upstream
<<<<<<< Updated upstream
<<<<<<< Updated upstream
# def json_serialization_formatfree_test(self):
# """Test the json serialialization without predefined format."""
# tsOrg = TimeSeries()
Expand Down Expand Up @@ -159,6 +163,8 @@ def validity_of___str___test(self):
=======
>>>>>>> Stashed changes
=======
>>>>>>> Stashed changes
=======
>>>>>>> Stashed changes
def list_initialization_test(self):
"""Test TimeSeries initialization from a given list."""
Expand Down

0 comments on commit b72f9c1

Please sign in to comment.