Skip to content

Commit

Permalink
update to viash 0.7.5 #ci force
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Aug 16, 2023
1 parent febb220 commit 2c53b02
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion _viash.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
viash_version: 0.7.3
viash_version: 0.7.5

source: src
target: target
Expand Down
3 changes: 0 additions & 3 deletions src/common/create_component/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
}
## VIASH END

# Remove this after upgrading to Viash 0.7.5
sys.dont_write_bytecode = True

# import helper function
sys.path.append(meta["resources_dir"])
from read_and_merge_yaml import read_and_merge_yaml
Expand Down
3 changes: 0 additions & 3 deletions src/tasks/denoising/process_dataset/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
}
## VIASH END

# Remove this after upgrading to Viash 0.7.5
sys.dont_write_bytecode = True

# add helper scripts to path
sys.path.append(meta["resources_dir"])
from helper import split_molecules
Expand Down
3 changes: 0 additions & 3 deletions src/tasks/dimensionality_reduction/process_dataset/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
}
## VIASH END

# Remove this after upgrading to Viash 0.7.5
sys.dont_write_bytecode = True

# import helper functions
sys.path.append(meta['resources_dir'])
from subset_anndata import read_config_slots_info, subset_anndata
Expand Down
3 changes: 0 additions & 3 deletions src/tasks/label_projection/process_dataset/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
}
## VIASH END

# Remove this after upgrading to Viash 0.7.5
sys.dont_write_bytecode = True

# import helper functions
sys.path.append(meta['resources_dir'])
from subset_anndata import read_config_slots_info, subset_anndata
Expand Down

0 comments on commit 2c53b02

Please sign in to comment.