Skip to content

Commit

Permalink
Remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Jan 8, 2024
1 parent 1cbb16c commit 58fa552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbout/fci/evaluate_at.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def evaluate_at_keys(ds, keys, key, fill_value=np.nan, slow=False):
else:
slcp = [slc[d] if d in slc else slice(None) for d in ds[k].dims]
dat = np.asanyarray(ds[k].values)
ds[c] = ds[k].dims, dat
theisel = dat[tuple(slcp)]
assert theisel.shape[-3:] == (2, 2, 2)
assert weights.shape[-3:] == (2, 2, 2)
Expand Down

0 comments on commit 58fa552

Please sign in to comment.