Skip to content

Commit 50d7ae8

Browse files
Jammy2211Jammy2211
authored andcommitted
removed all profilng and tested
1 parent fee7499 commit 50d7ae8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

autoarray/dataset/imaging/dataset.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def apply_over_sampling(
509509
passed into the calculations performed in the `inversion` module.
510510
"""
511511

512-
return Imaging(
512+
dataset = Imaging(
513513
data=self.data,
514514
noise_map=self.noise_map,
515515
psf=self.psf,
@@ -520,6 +520,8 @@ def apply_over_sampling(
520520
check_noise_map=False,
521521
)
522522

523+
return dataset
524+
523525
def output_to_fits(
524526
self,
525527
data_path: Union[Path, str],

0 commit comments

Comments
 (0)