Skip to content

Commit

Permalink
remove redundant code from propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarBean committed Oct 23, 2024
1 parent 9bbdbfc commit ea54b40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 76 deletions.
67 changes: 0 additions & 67 deletions PyNutil/load_workflow.py

This file was deleted.

9 changes: 0 additions & 9 deletions PyNutil/propagation.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,3 @@ def orthonormalize(arr):
arr[i + 6] -= arr[i + 3] * dot
normalize(arr, 6)


if __name__ == "__main__":
import json, sys

with open(sys.argv[1]) as f:
series = json.load(f)
propagate(series["slices"])
with open(sys.argv[2], "w") as f:
json.dump(series, f)

0 comments on commit ea54b40

Please sign in to comment.