Skip to content

Commit

Permalink
remove unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Fiddy committed Dec 17, 2024
1 parent 455e184 commit f89a5ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bimorph_mirror_analysis/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def main(args: Sequence[str] | None = None) -> None:
optimal_voltages,
fmt="%.2f",
)
print(f"{a.file_path.replace(f'.{file_type}', '')}_optimal_voltages_{date}.csv")
print(
f"The optimal voltages are: [{', '.join([str(i) for i in optimal_voltages])}]"
)
Expand Down

0 comments on commit f89a5ad

Please sign in to comment.