pysat / pysatNASA

pysat support for NASA Instruments
BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

ICON IVM files #86

Closed aburrell closed 2 years ago

aburrell commented 3 years ago

Describe the bug There is a duplicate time entry in the ICON IVM A files at 2020-09-22 23:59:57.776.

To Reproduce Steps to reproduce the behavior:

import pysat
import datetime as dt
stime = dt.datetime(2020, 9, 22)
icon = pysat.Instrument('icon', 'ivm', inst_id='a')
icon.load(date=stime)

ValueError:  Loaded data is not unique. To continue to use data,set inst.strict_time_flag=False before loading data

Expected behavior Using the strict time flag should not throw an error.

Desktop (please complete the following information):

jklenzing commented 3 years ago

What is the version / rev number of your data? Loading this day with v05r000 and v05r001, I'm not duplicating the issue.

jklenzing commented 2 years ago

@aburrell, do you still see this issue? IVM files are up to version 6. Let me know if I can close this.

aburrell commented 2 years ago

Looks like the current version of the files has fixed this problem.