Skip to content
Snippets Groups Projects
Commit 7def0245 authored by Rahil Doshi's avatar Rahil Doshi
Browse files

Merge branch 'development' into release/v0.1.0

parents 9d078fd8 5cbcbff0
Branches
No related tags found
No related merge requests found
Pipeline #77758 passed
......@@ -1032,7 +1032,7 @@ class MaterialConfigParser:
# External Function
##################################################
def create_alloy_from_yaml(yaml_path: Union[str, Path], T: Union[float, sp.Symbol]) -> Alloy:
def create_alloy_from_yaml(yaml_path: Union[str, Path], T: Union[float, sp.Symbol]) -> Tuple[Alloy, np.ndarray]:
"""
Create alloy instance from YAML configuration file
Args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment