Skip to content

Commit

Permalink
Update calc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hightower8083 authored Jan 3, 2025
1 parent 8bc1e5f commit dc1b23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synchrad/calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def _init_data(self):
np.sin(self.Args['phi']) )
self.Data['cosPhi'] = arrcl.to_device( self.queue,
np.cos(self.Args['phi']) )
def _init_comm(self, verbose=False):
def _init_comm(self, verbose=True):

ctx_kw_args = {}

Expand Down

0 comments on commit dc1b23a

Please sign in to comment.