Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
ziofil committed Jun 20, 2023
1 parent 1297d9d commit 8f6f35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrmustard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self):
self.PROGRESSBAR = True
self._seed = np.random.randint(0, 2**31 - 1)
self.rng = np.random.default_rng(self._seed)
self.DEFAULT_BS_METHOD = 'vanilla' # can be 'vanilla' or 'schwinger'
self.DEFAULT_BS_METHOD = "vanilla" # can be 'vanilla' or 'schwinger'

@property
def SEED(self):
Expand Down

0 comments on commit 8f6f35a

Please sign in to comment.