Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Heerpa committed May 23, 2024
1 parent 7ef303a commit 55c6a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions picasso_workflow/tests/test_analyse.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ def load_datasets_to_aggregate(self, mock_load):
@patch("picasso_workflow.analyse.picasso_outpost.align_channels")
def align_channels(self, mock_align_channels):
mock_align_channels.return_value = [[3], [2]], np.zeros((3, 4, 5))
self.ap.channel_info = []

parameters = {"fig_filename": "shiftplot.png"}
parameters, results = self.ap.align_channels(0, parameters)
Expand Down

0 comments on commit 55c6a9d

Please sign in to comment.