aburrell / apexpy

A Python wrapper for Apex coordinates
MIT License
34 stars 25 forks source link

Memory Error/Extrapolation bug #117

Closed ljlamarche closed 1 year ago

ljlamarche commented 1 year ago

Description

This is a draft PR to make it easier to track some of the issues/changes pertinent to #115. The main problem was a variety of memory errors that seemed to occur somewhat randomly when an Apex object was initialized, but there seem to be several things that potentially could contribute to this. (See #115 for ongoing discussion - will copy main points to this thread when ready to review).

Note: This PR should replace #116

Fixes #115 (not yet)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Test Configuration

Checklist

ljlamarche commented 1 year ago

Of the tests that are sill failing, one I believe will be fixed by https://github.com/aburrell/apexpy/pull/118/commits/5f0fdf884d287c5ba521b6652925bdb9f6f19370 and https://github.com/aburrell/apexpy/pull/118/commits/ed033f2081f9a94e3898dea1793a6f35c0f92b38, and the other two are related to #113, which is a separate and relatively isolated issue.