Skip to content
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

Create SingleTPM and BinaryTPM #74

Merged
merged 8 commits into from
Oct 14, 2023
Merged

Create SingleTPM and BinaryTPM #74

merged 8 commits into from
Oct 14, 2023

Conversation

MasanoriKanamaru
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (2452dbf) 94.78% compared to head (941591a) 95.27%.
Report is 1 commits behind head on main.

❗ Current head 941591a differs from pull request most recent head 5ac2522. Consider uploading reports for the commit 5ac2522 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   94.78%   95.27%   +0.49%     
==========================================
  Files           9       10       +1     
  Lines         479      487       +8     
==========================================
+ Hits          454      464      +10     
+ Misses         25       23       -2     
Files Coverage Δ
src/AsteroidThermoPhysicalModels.jl 100.00% <ø> (ø)
src/facet.jl 98.73% <100.00%> (ø)
src/non_grav.jl 100.00% <100.00%> (ø)
src/roughness.jl 100.00% <100.00%> (ø)
src/shape.jl 95.45% <100.00%> (+0.58%) ⬆️
src/thermo_params.jl 100.00% <100.00%> (ø)
src/energy_flux.jl 99.00% <99.00%> (-1.00%) ⬇️
src/thermophysics.jl 91.83% <93.33%> (-3.87%) ⬇️
src/TPM.jl 92.10% <91.89%> (+4.04%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

MasanoriKanamaru and others added 8 commits October 14, 2023 15:20
- Create abstruct type `ThermoPhysicalModel`
- Create struct `SingleTPM`
- Create struct `BinaryTPM`
- Add outer construct of `SingleTPM`
- Delete `shape.temperature`
- Remove `force`, `torque`, `flux`, `face_forces` from `ShapeModel`
@hyrodium hyrodium force-pushed the ThermoPhysicalModel branch from 941591a to 5ac2522 Compare October 14, 2023 06:22
@hyrodium hyrodium merged commit 58e9f70 into main Oct 14, 2023
2 of 11 checks passed
@hyrodium hyrodium deleted the ThermoPhysicalModel branch September 7, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants