Skip to content

Commit

Permalink
Remove lingering lines
Browse files Browse the repository at this point in the history
Removes lines accidentally commited earlier
  • Loading branch information
ioannis-vm committed Feb 19, 2024
1 parent 884fa48 commit d5b8260
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pelicun/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2925,8 +2925,6 @@ def calculate(
qnt_sample = qnt_sample.iloc[:, np.where(qnt_sample.sum(axis=0) != 0)[0]]

self.sample = qnt_sample
# todo
assert self.sample.columns.names == ['cmp', 'loc', 'dir', 'uid', 'ds']

self.log_msg('Damage calculation successfully completed.')

Expand Down

0 comments on commit d5b8260

Please sign in to comment.