File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
idaes/models/properties/general_helmholtz Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010# All rights reserved. Please see the files COPYRIGHT.md and LICENSE.md
1111# for full copyright and license information.
1212#################################################################################
13- """Generate parameter and expression files for NH3
14- """
13+ """Generate parameter and expression files for NH3"""
1514
1615__author__ = "Stephen Burroughs"
1716
Original file line number Diff line number Diff line change 1010# All rights reserved. Please see the files COPYRIGHT.md and LICENSE.md
1111# for full copyright and license information.
1212#################################################################################
13- """Predefined expression for Helmholtz EoS functions
14- """
13+ """Predefined expression for Helmholtz EoS functions"""
14+
1515# Extended from phi_ideal_type01.py by John Eslick
1616__author__ = "Ben Lincoln and Stephen Burroughs"
1717
Original file line number Diff line number Diff line change 1010# All rights reserved. Please see the files COPYRIGHT.md and LICENSE.md
1111# for full copyright and license information.
1212#################################################################################
13- """Predefined expression for Helmholtz EoS functions
14- """
13+ """Predefined expression for Helmholtz EoS functions"""
14+
1515# Extended from phi_residual_type02.py by John Eslick
1616__author__ = "Ben Lincoln and Stephen Burroughs"
1717
Original file line number Diff line number Diff line change 2828If you're adding more tests and run into the same problem, the function infer_rhol_value
2929can be uncommented to print out an inferred value for liquid density.
3030"""
31+
3132import pytest
3233import math
3334from idaes .models .properties .general_helmholtz .components .parameters .h2o import (
You can’t perform that action at this time.
0 commit comments