Skip to content

Commit fdc99a9

Browse files
unrelated memory saving
1 parent 2fcafeb commit fdc99a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xga/sources/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3865,6 +3865,9 @@ def within_region(self, region: SkyRegion, telescope: str) -> List[SkyRegion]:
38653865
print(crossover)
38663866
print(self.name)
38673867
reg_within = None
3868+
3869+
del(crossover)
3870+
del(im)
38683871

38693872
return reg_within
38703873

0 commit comments

Comments
 (0)