Skip to content

Commit cae1a2b

Browse files
committed
Removed debugger
1 parent fe85628 commit cae1a2b

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bmdrc"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
authors = [
99
{name="David Degnan", email="david.degnan@pnnl.gov"},
1010
{name="Lisa Bramer", email="lisa.bramer@pnnl.gov"},

src/bmdrc/filtering.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import matplotlib.pyplot as plt
33
import numpy as np
44

5-
import ipdb
6-
75
__author__ = "David Degnan"
86

97
def make_plate_groups(self):

src/bmdrc/model_fitting.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
from . import filtering
1010

11-
import ipdb
12-
1311
import warnings
1412
warnings.filterwarnings('ignore')
1513

0 commit comments

Comments
 (0)