Skip to content

Commit fe6349b

Browse files
Fix material_mapping type
1 parent 29bb582 commit fe6349b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sectionproperties/post/fibre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def to_fibre_section(
126126
*,
127127
main_section_tag: int = 1,
128128
analysis_type: str = "3DOS",
129-
material_mapping: dict[str, str] | None = None,
129+
material_mapping: dict[str, int] | None = None,
130130
max_width: int = 160,
131131
save_to: str | None = None,
132132
) -> str:

0 commit comments

Comments
 (0)