Skip to content

Commit

Permalink
Added support for non-defined valid states
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahaki Leach committed Dec 2, 2024
1 parent b5def51 commit e2028fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion property_packages/modular/template_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

def build_config(property_package_name, compound_names: List[str], valid_states: List[States]) -> dict[str,any]:
def build_config(property_package_name, compound_names: List[str], valid_states: List[States]=["Liq", "Vap"]) -> dict[str,any]:

# Build list of compound objects

Expand Down

0 comments on commit e2028fb

Please sign in to comment.