Skip to content

Commit 72b4842

Browse files
committed
Add index_col=False to read_text_listinput
1 parent 38cdafb commit 72b4842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imod/mf6/read_input/list_input.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def read_text_listinput(
5353
df = pd.read_csv(
5454
path,
5555
header=None,
56+
index_col=False,
5657
dtype=d,
5758
names=d.keys(),
5859
delim_whitespace=True,

0 commit comments

Comments
 (0)