Skip to content

Commit

Permalink
COMMENTS removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasvestartas committed Feb 8, 2024
1 parent af11edf commit e6d3b6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Changed `test_model` function `create_model` by adding more nodes at leaves to really check if the serialization works.
* Changed `test_model` face_polygons are computed from box corners.
* Changed the folder structure of elements is flatenned.
* Contents of `compas_model.elements.Element` child classes transformation methods changed to handle the scaling of oriented bounding box.

### Removed

Expand Down
2 changes: 0 additions & 2 deletions src/compas_model/elements/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ def __from_data__(cls, data):
return element

def __init__(self, closed_mesh, geometry_simplified=None, **kwargs):
# if not isinstance(closed_mesh, Mesh):
# raise TypeError("Mesh is not of type compas.datastructures.Mesh")

geometry_simplified = (
geometry_simplified
Expand Down

0 comments on commit e6d3b6e

Please sign in to comment.