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 May 7, 2024
1 parent 71beb42 commit 494f235
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 @@ -727,6 +727,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 494f235

Please sign in to comment.