Skip to content

Commit

Permalink
fixed layer
Browse files Browse the repository at this point in the history
  • Loading branch information
juyingnan committed Jan 10, 2024
1 parent 82016cc commit a164acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_vitessce/docker/utils/info_csv_generator_colon3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Extract image names from the URLs using os.path.basename
image_names = [os.path.basename(url) for url in image_urls]
layer_count = 4
layer_count = 5

# Create a DataFrame
df = pd.DataFrame({
Expand Down

0 comments on commit a164acf

Please sign in to comment.