Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kurbansitterley authored Jan 10, 2024
1 parent 6402575 commit 1ea4efb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def chem_soft_frame(self):
silica_removal=True,
softening_procedure_type="excess_lime_soda",
)
print(m.fs.soft.properties_in[0].is_property_constructed("flow_mol_phase_comp"))

ca_in = 1.43 * pyunits.kg / pyunits.m**3 # g/L = kg/m3
mg_in = 0.1814 * pyunits.kg / pyunits.m**3 # g/L = kg/m3
Expand Down

0 comments on commit 1ea4efb

Please sign in to comment.