Skip to content

Commit

Permalink
Merge pull request #69 from kingsgeocomp/master
Browse files Browse the repository at this point in the history
ipdb seems to cause MultipleInstanceErrors in Jupyter
  • Loading branch information
sevamoo authored Dec 3, 2017
2 parents 18b1fab + 52efa64 commit e07aae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sompy/sompy.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
from .normalization import NormalizatorFactory

#lbugnon
import sompy,ipdb
#import ipdb
import sompy
#

class ComponentNamesError(Exception):
Expand Down
2 changes: 1 addition & 1 deletion sompy/visualization/mapview.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .view import MatplotView
from matplotlib import pyplot as plt
import numpy as np
import ipdb
#import ipdb


class MapView(MatplotView):
Expand Down

0 comments on commit e07aae2

Please sign in to comment.