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

Fix bugs #25

Closed
wants to merge 4 commits into from
Closed

Fix bugs #25

wants to merge 4 commits into from

Conversation

jialinl6
Copy link
Contributor

@jialinl6 jialinl6 commented Feb 22, 2024

Fixes #18
Fixes #17
Fixes #21

Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (86cf8e8) 80.45% compared to head (c3f6967) 79.09%.
Report is 25 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
- Coverage   80.45%   79.09%   -1.37%     
==========================================
  Files           4        4              
  Lines         174      177       +3     
==========================================
  Hits          140      140              
- Misses         34       37       +3     

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

```@example 1
using AtmosphericDeposition
using ModelingToolkit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for pointing that out! I will remember to update the "Project.toml" file in the "docs" file.

@jialinl6
Copy link
Contributor Author

Fixes #21

@ctessum
Copy link
Member

ctessum commented Feb 22, 2024

Fixes #21

This needs to go in the initial description of the pull request, otherwise it doesn't work. The general workflow is to create one pull request for each issue.

@@ -1,4 +1,4 @@
export GasData, r_s, r_dc, r_mx, r_smx, r_lux, r_clx, r_gsx, SurfaceResistance, inf, r_i, r_lu, r_ac, r_gsS, r_gsO, r_clS, r_clO, So2Data, O3Data, No2Data, NoData, Hno3Data, H2o2Data, GasData, AldData, HchoData, OpData, PaaData, OraData, Nh3Data, PanData, Hno2Data
export GasData, r_s, r_dc, r_mx, r_smx, r_lux, r_clx, r_gsx, WesleySurfaceResistance, inf, r_i, r_lu, r_ac, r_gsS, r_gsO, r_clS, r_clO, So2Data, O3Data, No2Data, NoData, Hno3Data, H2o2Data, GasData, AldData, HchoData, OpData, PaaData, OraData, Nh3Data, PanData, Hno2Data
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As one additional change, we don't need to export all these variables. We probably only want to export WesleySurfaceResistance.

@jialinl6 jialinl6 closed this Feb 23, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Feb 23, 2024
@jialinl6 jialinl6 deleted the main branch February 23, 2024 04:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dry deposition documentation Delete commented out code Change to WesleySurfaceResistance
2 participants