We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83c88f commit fc1b4d6Copy full SHA for fc1b4d6
stagpy/_step.py
@@ -69,7 +69,7 @@ def r_walls(self):
69
walls = rgeom[:, 0] + self.rcmb
70
else:
71
walls = self._header["e3_coord"] + self.rcmb
72
- walls.append(self._step.rprofs.bounds[1])
+ walls = np.append(walls, self._step.rprofs.bounds[1])
73
return self._scale_radius_mo(walls)
74
75
@crop
0 commit comments