Skip to content

Commit

Permalink
fix: Change typo within a comment
Browse files Browse the repository at this point in the history
Co-authored-by: Aniket Fadia <[email protected]>
  • Loading branch information
lsetiawan and aniketfadia96 authored Aug 25, 2023
1 parent 2f3bafd commit d824227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gnatss/loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def load_roll_pitch_heading(files: List[str]) -> pd.DataFrame:
constants.RPH_PITCH,
constants.RPH_HEADING,
]
# Real all rph files
# Read all rph files
rph_dfs = [
pd.read_csv(i, delim_whitespace=True, header=None, names=columns)
.drop_duplicates(constants.RPH_TIME)
Expand Down

0 comments on commit d824227

Please sign in to comment.