Skip to content

Commit

Permalink
fixed variable renaming issue in parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
00krishna committed Jun 18, 2024
1 parent c87455c commit a5447dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/nhgis_parser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ julia> gdf = load_ipums_nhgis("test/testdata/nhgis0001_shapefile/US_state_1790.s
"""
function load_ipums_nhgis(filepath::String)

gdf = read(fname)
gdf = read(filepath)

return gdf

Expand Down

0 comments on commit a5447dc

Please sign in to comment.