Skip to content

Commit

Permalink
test reduce number of parallel jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Apr 29, 2024
1 parent d508b63 commit 751bfdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/visualization-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
shell: bash -el {0}
run: |
cd teaseq/vis
panpipes vis make full --local
panpipes vis make full --local -j 1
- name: File tree
if: always()
Expand Down
2 changes: 1 addition & 1 deletion panpipes/funcs/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def plot_scatters(mdata, features_list, layers_list):
mu.pl.scatter(mdata,
features_list[0],
features_list[1],
color = features_list[2],
color = [features_list[2]],
layers=x, show=False,
save=False, ax= ax[ix]
)
Expand Down

0 comments on commit 751bfdf

Please sign in to comment.