Skip to content

Commit d646e46

Browse files
committed
MNT: format and lint update to test_function_from_grid.py
1 parent d4d3771 commit d646e46

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/unit/mathutils/test_function_from_grid.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ def test_from_grid_is_multidimensional_property():
2424
cd_data = 0.1 + 0.2 * M + 1e-7 * R + 0.01 * A
2525

2626
func_nd = Function.from_grid(
27-
cd_data, [mach, reynolds, alpha], inputs=["Mach", "Reynolds", "Alpha"], outputs="Cd"
27+
cd_data,
28+
[mach, reynolds, alpha],
29+
inputs=["Mach", "Reynolds", "Alpha"],
30+
outputs="Cd",
2831
)
2932

3033
assert hasattr(func_nd, "is_multidimensional")

0 commit comments

Comments
 (0)