Skip to content

Commit

Permalink
Revert pyfmt-ing of synthetic.py to match upstream (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lboegner committed Jul 22, 2023
1 parent 2ada716 commit 0bc8fc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torchsig/datasets/synthetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1030,4 +1030,5 @@ def _generate_samples(self, item: Tuple) -> np.ndarray:
if not self.random_data:
np.random.set_state(orig_state) # return numpy back to its previous state

return modulated[-self.num_iq_samples :]
return modulated[-self.num_iq_samples :]

0 comments on commit 0bc8fc4

Please sign in to comment.