Skip to content

Commit

Permalink
fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoaguilar committed Nov 7, 2014
1 parent f218f05 commit 00bdc30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions texture/__init__.py
Expand Up @@ -3,5 +3,5 @@
"""

import mondrian
import random_circles
import bricks, mondrian, random_circles
from spatialprocess import hardcore
4 changes: 3 additions & 1 deletion texture/spatialprocess/tessutils.py
Expand Up @@ -5,14 +5,16 @@
@author: G. Aguilar, Sept 2013
"""

from rpy2 import robjects



def read_tess_Rfile(filename):
"""
Internal function of hardcore module
"""

from rpy2 import robjects

robjects.r['load'](filename)
tessetiles = robjects.r['tessetiles']

Expand Down

0 comments on commit 00bdc30

Please sign in to comment.