From a18afe0e081728807c60b7641888685eeee8b53f Mon Sep 17 00:00:00 2001 From: shimwell Date: Mon, 8 Apr 2024 13:02:39 +0000 Subject: [PATCH] [skip ci] Apply formatting changes --- src/openmc_plasma_source/tokamak_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openmc_plasma_source/tokamak_source.py b/src/openmc_plasma_source/tokamak_source.py index 9eca470..09c526c 100644 --- a/src/openmc_plasma_source/tokamak_source.py +++ b/src/openmc_plasma_source/tokamak_source.py @@ -345,7 +345,7 @@ def sample_sources(self): (neutron source density) and .RZ (coordinates) """ # create a sample of (a, alpha) coordinates - rng = np.random.default_rng(self.sample_seed) + rng = np.random.default_rng(self.sample_seed) a = rng.random(self.sample_size) * self.minor_radius alpha = rng.random(self.sample_size) * 2 * np.pi