Skip to content

Commit

Permalink
Minor fix in hsfa 'summary'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrschue committed Dec 6, 2020
1 parent be85da6 commit 40d7ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sksfa/_hsfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def summary(self):
print(f"\toutput shape: \t\t{output_shape + (n_components,)}")
print(f"Final Layer:")
print("\tfully connected")
print(f"\texpansion degree \t{self.final_degree}")
print(f"\toutput shape \t\t({self.n_components},)")
print()
print()
Expand Down

0 comments on commit 40d7ad5

Please sign in to comment.