Skip to content

Commit

Permalink
BUGFIX: viz imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobeltran committed Jun 3, 2019
1 parent f1d5cc4 commit d8b2c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions init.ipy
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import bruno_util
from bruno_util import pandas_util
from bruno_util import pickle_variables

import nuc_chain
from nuc_chain import geometry as ncg
from nuc_chain import data as ncd
from nuc_chain import rotations as ncr
Expand Down
2 changes: 1 addition & 1 deletion nuc_chain/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import pandas as pd

from . import *
from .geometry import helix_params_best
from .geometry import helix_params_best, H_oriented
from .linkers import convert


Expand Down

0 comments on commit d8b2c37

Please sign in to comment.