Skip to content

Commit

Permalink
Remove table from __extract_kinematics
Browse files Browse the repository at this point in the history
  • Loading branch information
achiefa authored and RoyStegeman committed Dec 24, 2024
1 parent 53729ea commit 3a2e213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def generate_kinematics(self):
ndata = 0
table = self.metadata["tables"][0]
tab_dict = self.__retrieve_table(table)
kin = self.__extract_kinematics(tab_dict, table)
kin = self.__extract_kinematics(tab_dict)
kinematics = np.concatenate([kinematics, kin])
ndata += len(kin)

Expand Down

0 comments on commit 3a2e213

Please sign in to comment.