Skip to content

Commit

Permalink
fix extension
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Nov 21, 2024
1 parent 74322ce commit dcd651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vame/util/csv_to_npy.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def pose_to_numpy(
project_path,
"data",
"raw",
session + "." + file_type,
session + ".nc",
)
data, data_mat = read_pose_estimation_file(
file_path=file_path,
Expand Down

0 comments on commit dcd651d

Please sign in to comment.