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

yacs.CfgNode instead of argparse.Namespace #27

Closed
wants to merge 13 commits into from

remove pseudo-argument --

776397d
Select commit
Loading
Failed to load commit list.
Closed

yacs.CfgNode instead of argparse.Namespace #27

remove pseudo-argument --
776397d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 20, 2024 in 1s

65.3% (target 60.0%)

View this Pull Request on Codecov

65.3% (target 60.0%)

Details

Codecov Report

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

Comparison is base (3611d56) 69.4% compared to head (776397d) 65.3%.
Report is 5 commits behind head on main.

Files Patch % Lines
lagrangebench/runner.py 0.0% 119 Missing ⚠️
lagrangebench/train/trainer.py 15.0% 17 Missing ⚠️
lagrangebench/config.py 87.8% 12 Missing ⚠️
lagrangebench/evaluate/rollout.py 50.0% 3 Missing ⚠️
lagrangebench/models/gns.py 25.0% 3 Missing ⚠️
lagrangebench/models/painn.py 80.0% 1 Missing ⚠️
lagrangebench/utils.py 75.0% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main     #27     +/-   ##
=======================================
- Coverage   69.4%   65.3%   -4.1%     
=======================================
  Files         25      26      +1     
  Lines       1661    1866    +205     
=======================================
+ Hits        1154    1220     +66     
- Misses       507     646    +139     

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