Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRobsAT committed Apr 16, 2024
1 parent abca2e5 commit 9aa7416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pyceps/datatypes/study.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ def save(self, filepath=''):
points = ET.SubElement(proc, 'Points',
count=str(len(cmap.points))
)
# export data from EPPoint baseclass only
for key in list(EPPoint('dummy', parent=cmap).__dict__):
if key == 'parent':
# don't save this
Expand Down
1 change: 0 additions & 1 deletion pyceps/fileio/cartoutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ def read_force_file(fid, encoding='cp1252'):
't_lateralAngle': np.empty(0),
'systemTime': np.empty(0)}


# read file version
version = fid.readline().decode(encoding=encoding).rstrip()
if not version.lower().endswith('contactforce.txt_2.0'):
Expand Down

0 comments on commit 9aa7416

Please sign in to comment.