Skip to content

Commit

Permalink
Fixed prefixes/suffixes for pointid
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinSanders committed Jan 3, 2025
1 parent f1da73c commit 1a9d5ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plio/io/io_controlnetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ def _set_pid(pointid):
# Un-mangle common attribute names between points and measures
df_attr = self.point_field_map.get(attr, attr)
if df_attr in g.columns:
if df_attr == 'id':
continue
if df_attr == 'pointLog':
# Currently pointLog is not supported.
warnings.warn('The pointLog field is currently unsupported. Any pointLog data will not be saved.')
Expand Down

0 comments on commit 1a9d5ac

Please sign in to comment.