Skip to content

Commit e49a44e

Browse files
committed
tox
1 parent dc1a0ac commit e49a44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aspire/source/micrograph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def phase_flip(self, filters):
137137
phase_flipped_micrographs = np.empty(
138138
(self.micrograph_count, *self.micrograph_size), dtype=self.dtype
139139
)
140-
for i in trange(self.micrograph_count, desc=f"Phaseflipping micrograph"):
140+
for i in trange(self.micrograph_count, desc="Phaseflipping micrograph"):
141141
# micrograph = self.images[i]
142142
# f = filters[i].sign
143143
# ... = micrograph.filter(f)

0 commit comments

Comments
 (0)