Skip to content

Commit

Permalink
Merge pull request #42 from levje/levje/mps-support
Browse files Browse the repository at this point in the history
Delay removing cache
  • Loading branch information
AntoineTheb authored May 29, 2024
2 parents 66808b5 + bc9605b commit ddbaa2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TrackToLearn/environments/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,7 @@ def _format_state(
signal, _ = interpolate_volume_in_neighborhood(
self.data_volume,
coords,
self.neighborhood_directions,
clear_cache=False)
self.neighborhood_directions)
N, S = signal.shape

# Placeholder for the final imputs
Expand Down

0 comments on commit ddbaa2a

Please sign in to comment.