Skip to content

Commit

Permalink
borrar línea para imprimir valor
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarohc777 committed Jan 11, 2025
1 parent ac84d15 commit 1342b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils_tesis/dataset_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def cycle_info(
The calculated number of cycles based on the total time and frequency.
"""
time_info = extract_time_info(df, time_column)
print(time_info)

fs = time_info["fs"]
total_samples = time_info["total_samples"]

Expand Down

0 comments on commit 1342b29

Please sign in to comment.