Skip to content

Commit

Permalink
PYCODESTYLE take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Oct 6, 2022
1 parent 3364933 commit a1e465f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ark/analysis/spatial_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@


def generate_channel_spatial_enrichment_stats(label_dir, marker_thresholds, all_data,
suffix='_feature_0', xr_channel_name='segmentation_label',
**kwargs):
suffix='_feature_0',
xr_channel_name='segmentation_label', **kwargs):
"""Wrapper function for batching calls to `calculate_channel_spatial_enrichment` over fovs
Args:
Expand Down

0 comments on commit a1e465f

Please sign in to comment.