Skip to content

Commit

Permalink
install black[jupyter]
Browse files Browse the repository at this point in the history
  • Loading branch information
YutoTakaki committed Jul 13, 2023
1 parent dcdb50e commit ab2b53b
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ def af_circuit():
### start of post-processing ###
# sample = af_circuit()
sample = np.array(af_circuit())

sample = sample.T

# sample = (1 - sample.numpy()) / 2
sample = (1 - sample) / 2

Expand Down
Loading

0 comments on commit ab2b53b

Please sign in to comment.