Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Oct 18, 2024
1 parent 6cff089 commit 8b80520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scilpy/connectivity/connectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def compute_connectivity_matrices_from_hdf5(
# If density is not required, do not compute it
# Only required for volume, similarity and any metrics
if (compute_volume or similarity_directory is not None or
len(metrics) > 0):
len(metrics_data) > 0):
density = compute_tract_counts_map(streamlines, dimensions)

measures_to_return = {}
Expand Down

0 comments on commit 8b80520

Please sign in to comment.