-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Dear developer,
I am using Python and trying to calculate the soundscape index.
the code is
ssid, excl = sspy.isd.validate(data, allow_paq_na=False)
ssid = sspy.surveys.add_iso_coords(ssid)
Then I found that some records might have date-type issues, which results in a long number, as shown below.

I'm speculating that the reason for this is that numpy did a big update(v2.1.0) on August 18th. This may lead to an update of some of the underlying methods.
Although users can add their own data type checks, if you can add data type constraints and transformation rules to the library, this will reduce the potential use risk and make the project more robust.
Best regards!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working