Closed philipcardiff closed 9 months ago
Apologies, I found the (my) mistake; I missed the command which runs the sequence2 simulation:
sequence2.solve(in_profile)
Now, the sequence.out_profile.temperature > sequence2.out_profile.temperature
command works as described.
This issue can be closed.
At the bottom of the page https://pyroll.readthedocs.io/en/latest/examples/pyroll-examples/Basic_Usage_Of_PyRolL.html, the command
sequence.out_profile.temperature > sequence2.out_profile.temperature
gives the following error for me:Everything in this tutorial up to this point works as expected, but something is not correct when accessing
in_profile
andout_profile
from a sequence object.By the way, this is a very nice, intuitive tutorial! Thanks.
Note: This is related to the review at https://github.com/openjournals/joss-reviews/issues/6200