Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overflow error #119

Open
danielfromearth opened this issue Mar 7, 2024 · 1 comment
Open

Overflow error #119

danielfromearth opened this issue Mar 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@danielfromearth
Copy link
Collaborator

The following error is being raised by CONCISE, for the UAT collection = C1254854453-LARC_CLOUD, when both spatial and temporal subsetting are requested (e.g., UAT job id = 82765bc0-745b-416c-8c1f-a7504c43151d)

For example:

request = Request(
    collection=collection,
    spatial=BBox(-100, 30, -90, 40),
    temporal={
        'start': dt.datetime(2024, 1, 1),
        'stop': dt.datetime(2024, 12, 30)
    },
    extend="mirror_step"
)

During the CONCISE instance, this error is raised: OverflowError: Python int too large to convert to C long

@danielfromearth danielfromearth added the bug Something isn't working label Mar 7, 2024
@danielfromearth
Copy link
Collaborator Author

danielfromearth commented Apr 23, 2024

Haven't seen this issue in awhile in UAT. Possibly it's been resolved by changes in memory size of the service images.
If we still haven't seen this error raised in another month, perhaps we should close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants