C:\Users\hermesr\AppData\Local\Programs\Python\Python38\lib\site-packages\CoolProp\Plots\Common.py:655: UserWarning: An error occurred for inputs 11639762.774893, 55.000000 with index (244,): Inputs in Brent [22158.340067,32600.338400] do not bracket the root. Function values are [18200507441268.304688,17.009243]
warnings.warn(
C:\Users\hermesr\AppData\Local\Programs\Python\Python38\lib\site-packages\CoolProp\Plots\Common.py:655: UserWarning: An error occurred for inputs 12245416.329262, 55.000000 with index (245,): Inputs in Brent [22158.340067,32600.338400] do not bracket the root. Function values are [17300317384293.095703,16.118513]
warnings.warn(
C:\Users\hermesr\AppData\Local\Programs\Python\Python38\lib\site-packages\CoolProp\Plots\Common.py:655: UserWarning: An error occurred for inputs 12882583.947535, 55.000000 with index (246,): Inputs in Brent [22158.340067,32600.338400] do not bracket the root. Function values are [16444650379287.328125,15.271838]
warnings.warn(
C:\Users\hermesr\AppData\Local\Programs\Python\Python38\lib\site-packages\CoolProp\Plots\Common.py:655: UserWarning: An error occurred for inputs 13552905.405813, 55.000000 with index (247,): Inputs in Brent [22158.340067,32600.338400] do not bracket the root. Function values are [15631304333324.744141,14.467039]
warnings.warn(
C:\Users\hermesr\AppData\Local\Programs\Python\Python38\lib\site-packages\CoolProp\Plots\Common.py:655: UserWarning: An error occurred for inputs 14258105.802918, 55.000000 with index (248,): Inputs in Brent [22158.340067,32600.338400] do not bracket the root. Function values are [14858186068143.455078,13.702045]
warnings.warn(
C:\Users\hermesr\AppData\Local\Programs\Python\Python38\lib\site-packages\CoolProp\Plots\Common.py:655: UserWarning: An error occurred for inputs 15000000.000000, 55.000000 with index (249,): Inputs in Brent [22158.340067,32600.338400] do not bracket the root. Function values are [14123305933268.613281,12.974888]
warnings.warn(
C:\Users\hermesr\AppData\Local\Programs\Python\Python38\lib\site-packages\CoolProp\Plots\Common.py:683: UserWarning: Poor data quality, there are not enough valid entries for x (0.000000/250.000000) or y (250.000000/250.000000).
warnings.warn(
Help Me!
In the first run the script I receive the following alert:
#pp.show()
ss="C:/Users/hermesr/Documents/R410A_stM_"*string(i)*".jpg"
pp.savefig(ss)
end
ERROR: syntax: unsupported `const` declaration on local variable around C:\Users\hermesr\.julia\packages\PyCall\BD546\src\PyCall.jl:594
Stacktrace:
[1] top-level scope at REPL[12]:1
I have solved it as follows:
i = 1 is initialized.
the line # pp.show () is activated, that is, pp.show ().
And I run the content inside the for loop.
after that # pp.show (), and performed the run of the for loop and the following lines.