Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export average surface temperature #949
base: fenicsx
Are you sure you want to change the base?
Export average surface temperature #949
Changes from all commits
67277fd
be656dc
4e3874c
ffa890d
9ac79df
d3fd8a7
eb5cdd4
77da114
9b20f01
aa813e5
b9f700a
d4a5e9f
773b291
b3f4488
3e70f37
d1b71de
d67fa20
6a52a39
4e5e68b
9a9106d
f03ae7d
aefcdaa
806502a
91f1d5b
1e5e2b0
7b0ea6d
528492c
1971774
7d687de
37d59f6
98167a0
a044ecf
eb486c3
e0b1820
9e2937e
38a6ae1
7e8d843
f414bd1
66ad788
60eb9e7
c1bac95
03148d1
c955d9f
8c2f0bf
f6b5ff6
339a94a
e960b5a
97b3b17
c69e971
134a8ff
e1ed3bd
38d68c7
baa374d
ecf4532
8ef1981
dd3ed99
15fe0ad
3454d35
96bf5dd
78d34ce
e2b7b9a
f0123dc
7ede0ec
b542a18
b774070
fe8f5c6
b1d7ec7
352fb85
7fb1fc1
e531a88
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 374 in src/festim/hydrogen_transport_problem.py
src/festim/hydrogen_transport_problem.py#L374
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be tested!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment below about integration test
Check warning on line 423 in src/festim/hydrogen_transport_problem.py
src/festim/hydrogen_transport_problem.py#L423
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good, but we also need to test the full integration with
HydrogenTransportProblem
ie. just doThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These tests aren't need as it tests the functionality in the parent class
SurfaceQuantity