Skip to content
Snippets Groups Projects
Verified Commit a6fc2a60 authored by Owen Graham's avatar Owen Graham
Browse files

Upgrade venv `asccol` to v0.0.1

parent 14cf62fb
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ def filtered_float(s): ...@@ -51,7 +51,7 @@ def filtered_float(s):
ONE_HOUR_DATA = asccol.DataSpec( ONE_HOUR_DATA = asccol.DataSpec(
leading=2, # 2 lines to delete leading=2, # 2 lines to delete
cols=asccol.Columns( cols=(
('year', int, 4), # name, type (converter function), width ('year', int, 4), # name, type (converter function), width
('jdate', int, 4), ('jdate', int, 4),
('month', int, 3), ('month', int, 3),
...@@ -66,7 +66,7 @@ ONE_HOUR_DATA = asccol.DataSpec( ...@@ -66,7 +66,7 @@ ONE_HOUR_DATA = asccol.DataSpec(
), ),
) )
SOUTH_POLE_DATA = asccol.DataSpec( SOUTH_POLE_DATA = asccol.DataSpec(
cols=asccol.Columns( cols=(
('year', int, 5), ('year', int, 5),
('month', int, 5), ('month', int, 5),
('day', int, 5), ('day', int, 5),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment