foscat 2025.6.1__py3-none-any.whl → 2025.6.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
foscat/BkTorch.py CHANGED
@@ -425,6 +425,7 @@ class BkTorch(BackendBase.BackendBase):
425
425
  xr = self.backend.concat(
426
426
  [self.bk_real(data[k]) for k in range(ndata)], axis=axis
427
427
  )
428
+
428
429
  xi = self.backend.concat(
429
430
  [self.bk_imag(data[k]) for k in range(ndata)], axis=axis
430
431
  )