Skip to content

Commit 0389909

Browse files
committed
feat: update s to m
1 parent a75c7ef commit 0389909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/create_state_from_many_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def create_gridded_config(
1616
if dim_name == "x" or dim_name == "y" or dim_name == "z":
1717
input_dimensions[i] = [nanometer, "m"]
1818
elif dim_name == "t":
19-
input_dimensions[i] = [1, "s"]
19+
input_dimensions[i] = [nanometer, "m"]
2020
elif dim_name == "c'":
2121
input_dimensions[i] = [1, ""]
2222

0 commit comments

Comments
 (0)