Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr45 committed May 4, 2023
1 parent 8e98639 commit 0f0be44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preprocessor/simulation/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ def calculate_stats(preprocessor_path: str) -> None:
)

transisors_num = _calculate_transistors_num(
current_mirror_size, cmrrs, dendrites, axons, current_mirrors
cmrrs, dendrites, axons, current_mirrors, current_mirror_size
)
active_area = _calculate_active_area(
current_mirror_size, cmrrs, dendrites, axons, current_mirrors
cmrrs, dendrites, axons, current_mirrors, current_mirror_size
)

print(
Expand Down

0 comments on commit 0f0be44

Please sign in to comment.