Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc committed Dec 19, 2024
1 parent a4a08e8 commit e35f315
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyfixest/did/did.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,10 @@ def __init__(
"""
)

# import pdb; pdb.set_trace()
# check if gname is included in tname values
self._tname_unique = self._data[self._tname].unique()
self._gname_unique = self._data[self._gname].unique()

# import pdb; pdb.set_trace()
if np.isin(0, self._tname_unique).any():
raise ValueError(
f"""The value 0 was found in the 'tname' variable {self._tname}.
Expand Down

0 comments on commit e35f315

Please sign in to comment.