Skip to content

Commit b0ea5be

Browse files
committed
Fix Incorrect Data Type
1 parent 9500710 commit b0ea5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cifparse/cifp_procedure_point.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def create_db_table(db_cursor: Cursor) -> None:
182182
`arc_radius` REAL,
183183
`theta` REAL,
184184
`rho` REAL,
185-
`course` EARL,
185+
`course` REAL,
186186
`dist` REAL,
187187
`time` REAL,
188188
`rec_vhf_sec_code` TEXT,

0 commit comments

Comments
 (0)