We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee7499 commit 50d7ae8Copy full SHA for 50d7ae8
autoarray/dataset/imaging/dataset.py
@@ -509,7 +509,7 @@ def apply_over_sampling(
509
passed into the calculations performed in the `inversion` module.
510
"""
511
512
- return Imaging(
+ dataset = Imaging(
513
data=self.data,
514
noise_map=self.noise_map,
515
psf=self.psf,
@@ -520,6 +520,8 @@ def apply_over_sampling(
520
check_noise_map=False,
521
)
522
523
+ return dataset
524
+
525
def output_to_fits(
526
self,
527
data_path: Union[Path, str],
0 commit comments