Skip to content

Commit ac09b44

Browse files
committed
- Remove default parameter for plot generation
1 parent 77f2c2e commit ac09b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_airocean_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ def generate_20_faces_airocean_net(
848848

849849

850850
def generate_23_faces_airocean_net(
851-
outfile: Path = Path("./23_faces_airocean_net.png"),
851+
outfile: Path,
852852
) -> None:
853853
"""
854854
Save a picture of the complete 23 faces of the unfolded icosahedron net

0 commit comments

Comments
 (0)