Skip to content

Commit

Permalink
Remove timeseries from jindex explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Sep 11, 2024
1 parent 12bfcc3 commit 12464ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ixmp/backend/jdbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ def del_ts(self, ts):

# Aggressively free memory
self.gc()
self.jindex.pop(ts, None)

def check_out(self, ts, timeseries_only):
with _handle_jexception():
Expand Down

0 comments on commit 12464ed

Please sign in to comment.