Skip to content

Commit

Permalink
Merge pull request #3 from uc-cdis/fix/debug
Browse files Browse the repository at this point in the history
fix(dbg): remove debug
  • Loading branch information
giangbui authored Nov 15, 2018
2 parents 5885f7a + 669f4ed commit eb7e685
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions datasimulator/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,7 @@ def simulate_data(self, n_samples=1, random=False, required_only=True):
n_samples = min(min_required_samples, n_samples)

simulated_data = []
if self.name == "case":
import pdb

pdb.set_trace()

# construct template
template = self.construct_property_generator_template(
required_only=required_only
Expand Down

0 comments on commit eb7e685

Please sign in to comment.