We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a787b commit 212405dCopy full SHA for 212405d
cactice/fileio.py
@@ -75,7 +75,6 @@ def read_grids_csv(
75
# load the CSV into a data frame
76
# TODO: determine whether to read headers or not based on params
77
df = pd.read_csv(path, sep=',')
78
- print(df)
79
80
# if there's only 1 grid and no specified name column, create it
81
if name_header not in df: df[name_header] = 1
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name='cactice',
10
- version='0.0.6',
+ version='0.0.7',
11
description='computing agricultural crop lattices',
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments