From 3615ceedffbc04dfd3e09c41be714154e26a2505 Mon Sep 17 00:00:00 2001 From: Connor Moreno Date: Thu, 12 Sep 2024 08:59:11 -0500 Subject: [PATCH] Use black formatting --- parastell/magnet_coils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parastell/magnet_coils.py b/parastell/magnet_coils.py index 30eb4cc7..2be72f1d 100644 --- a/parastell/magnet_coils.py +++ b/parastell/magnet_coils.py @@ -235,7 +235,7 @@ def populate_magnet_coils(self): self._instantiate_coils() self._compute_radial_distance_data() self._filter_coils() - + def build_magnet_coils(self): """Builds each filament in self.filtered_filaments in cubit, then cuts to the toroidal extent using self._cut_magnets().