Skip to content

Commit

Permalink
Removed model inspection, see PR#11
Browse files Browse the repository at this point in the history
  • Loading branch information
max3-2 authored and john-hen committed Feb 9, 2021
1 parent 8206c38 commit 991c69c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mph/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Dependencies #
########################################
from numpy import array # numerical arrays
from .model import Model


########################################
# Introspection #
Expand All @@ -34,10 +34,6 @@ def inspect(java):
common to all objects, are suppressed in the method list further
down, for the sake of clarity.
"""
# If a model is supplied, extract the main java feature from the model
if isinstance(java, Model):
java = java.java

# Display general information about the feature.
print(f'name: {java.name()}')
print(f'tag: {java.tag()}')
Expand Down

0 comments on commit 991c69c

Please sign in to comment.