revert script

This commit is contained in:
Alexander Soare 2024-05-30 17:18:59 +01:00
parent 00cefb44bc
commit 20203d554f
1 changed files with 0 additions and 4 deletions

View File

@ -372,7 +372,3 @@ def test_aggregate_stats():
for agg_fn in ["mean", "min", "max"]:
assert torch.allclose(stats[data_key][agg_fn], einops.reduce(data, "n -> 1", agg_fn))
assert torch.allclose(stats[data_key]["std"], torch.std(data, correction=0))
if __name__ == "__main__":
test_multilerobotdataset_frames()