Skip to content

Commit

Permalink
only write new geodb if one provided
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed May 15, 2024
1 parent 69e761d commit 9d570b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resistnet/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def read_points_table(pfile):
"""
# Define the data types for the columns
dtype_dict = {'sample': str, 'lat': float, 'long': float}

# Read the TSV file, specifying the data types
points = pd.read_csv(pfile, sep="\t", header=0, dtype=dtype_dict)

Expand Down

0 comments on commit 9d570b0

Please sign in to comment.