-
Notifications
You must be signed in to change notification settings - Fork 230
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
Consolidate Arkane documentation input file #1544
Conversation
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.
Thanks! Looking good. See minor comments
fbd5676
to
4df6f6c
Compare
Codecov Report
@@ Coverage Diff @@
## master #1544 +/- ##
==========================================
+ Coverage 41.84% 41.86% +0.01%
==========================================
Files 165 165
Lines 28008 28008
Branches 5713 5713
==========================================
+ Hits 11721 11726 +5
+ Misses 15498 15494 -4
+ Partials 789 788 -1
Continue to review full report at Codecov.
|
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.
Looks good, I had one minor comment. Would you like to squash the two commits together (since the second modifies the first)?
activeJRotor = True, | ||
sensitivity_conditions = [[(1000, 'K'), (1, 'bar')], [(1500, 'K'), (10, 'bar')]] | ||
) | ||
Cantherm also has the ability to vary barrier heights and generate sensitivity coefficients as a function of changes |
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.
Arkane
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.
@goldmanm, can you fix this?
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.
Sorry, I didn't see the name change in just the email (so I just squashed the two commits together and thought it was done). Just replaced the two references to Cantherm with Arkane.
4129662
to
1a670d4
Compare
I got an error compiling html: |
@goldmanm, can you take a look at my comment above? |
There was originally a lot of duplication between the input.rst and input_pdep.rst. This creates issues with maintenance and accuracy. This commit reduces documentation duplication by integrated the information about pdep into the original input file and removed the input_pdep.rst file. This should provide more accurate information and improve maintainability. Elaborated on Arkane's pdep sensivitity and moved the syntax example next to the description of parameters. Added column to the parameter list specifying whether parameter is required or not.
1a670d4
to
bbd8e83
Compare
Just updated. It should be fixed. Though when i compile the documentation, I get 132 warnings, due to issues with Sphinx's autodoc function failing. I am able to open the html and look at all the tables without error now. |
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.
Thanks!
There was originally a lot of duplication between the input.rst
and input_pdep.rst. This creates issues with maintenance and
accuracy. This commit reduces documentation duplication by integrated
the information about pdep into the original input file and removed
the input_pdep.rst file. This should provide more accurate information
and improve maintainability.
Reviewer Tips
Read through changes, build and ensure no errors.