Skip to content

Convert main module to python#3426

Merged
timothy-nunn merged 4 commits intomainfrom
3425-convert-main_modulef90-to-python
Jan 29, 2025
Merged

Convert main module to python#3426
timothy-nunn merged 4 commits intomainfrom
3425-convert-main_modulef90-to-python

Conversation

@timothy-nunn
Copy link
Copy Markdown
Collaborator

Convert main_module.f90 to Python.

I have chosen not to output the commsg (commit message) anymore to the MFile, hence the regression failures. This is because I do not believe the information is useful, its often truncated, and it should be possible to find the commit message by the commit hash included in the Git tag.

@timothy-nunn timothy-nunn linked an issue Dec 13, 2024 that may be closed by this pull request
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Dec 13, 2024

Codecov Report

Attention: Patch coverage is 94.52055% with 4 lines in your changes missing coverage. Please review.

Project coverage is 30.83%. Comparing base (56c5667) to head (d57859b).

Files with missing lines Patch % Lines
process/init.py 94.52% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3426      +/-   ##
==========================================
+ Coverage   30.60%   30.83%   +0.22%     
==========================================
  Files          80       80              
  Lines       19254    19322      +68     
==========================================
+ Hits         5893     5958      +65     
- Misses      13361    13364       +3     

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

@timothy-nunn timothy-nunn force-pushed the 3425-convert-main_modulef90-to-python branch from 04a888b to 6453da5 Compare December 13, 2024 13:51
@timothy-nunn
Copy link
Copy Markdown
Collaborator Author

Draft until #3406

@timothy-nunn timothy-nunn self-assigned this Dec 18, 2024
@timothy-nunn timothy-nunn force-pushed the 3425-convert-main_modulef90-to-python branch from 6453da5 to b53ad03 Compare January 9, 2025 10:01
@timothy-nunn timothy-nunn marked this pull request as ready for review January 9, 2025 10:01
@timothy-nunn timothy-nunn changed the title Convert main modulef90 to python Convert main module to python Jan 13, 2025
@timothy-nunn timothy-nunn force-pushed the 3425-convert-main_modulef90-to-python branch from b53ad03 to 81c95c9 Compare January 29, 2025 10:40
@timothy-nunn timothy-nunn force-pushed the 3425-convert-main_modulef90-to-python branch from 81c95c9 to d57859b Compare January 29, 2025 10:48
@timothy-nunn timothy-nunn merged commit b9ac104 into main Jan 29, 2025
@timothy-nunn timothy-nunn deleted the 3425-convert-main_modulef90-to-python branch January 29, 2025 11:56
ajpearcey pushed a commit that referenced this pull request Feb 26, 2025
* Convert run_summary to Python

* Remove unused code in main_module.f90

* Move verror to scan.f90

* Fix timezone issues
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.

Convert main_module.f90 to Python

3 participants