Skip to content

Commit

Permalink
fixed minor bug in read-in
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHelfer committed Feb 15, 2024
1 parent 37f6785 commit 3dcd5fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GeneralRelativity/Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def get_box_format(filenames, num_variables, boxsize=16):
"""
tmp = get_many_binary_files(filenames, num_variables)
tmp = torch.tensor(tmp)
boxsize = 16
sizevector = tmp.shape[-1]
numberfiles = tmp.shape[0]
# Reshape the tensor to the specified box size
Expand Down

0 comments on commit 3dcd5fe

Please sign in to comment.