Skip to content

Commit

Permalink
⚰️ remove commented out code block in model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Athoy Nilima committed Feb 27, 2024
1 parent 0678f70 commit faf0f07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bluemira/structural/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,7 @@ def _apply_boundary_conditions(
k = np.delete(k, i, axis=0)
k = np.delete(k, i, axis=1)
p = np.delete(p, i)
# else:
# raise StructuralError(f"Unrecognised method: {method}.")

return k, p

def _apply_boundary_conditions_sparse(self, k, p):
Expand Down

0 comments on commit faf0f07

Please sign in to comment.