Skip to content

Commit

Permalink
Merge pull request #351 from usnistgov/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
knc6 authored Dec 11, 2024
2 parents 3f74126 + f1c646b commit 2a3c3bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jarvis_leaderboard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version number."""

__version__ = "2024.10.30"
__version__ = "2024.11.30"
6 changes: 3 additions & 3 deletions jarvis_leaderboard/specialized_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ def save_md(fig=None, md_path=None, detailed_links=None):
"AI-SinglePropertyPrediction-b-dft_3d_chipsff-test-mae.csv.zip",
"AI-SinglePropertyPrediction-c-dft_3d_chipsff-test-mae.csv.zip",
"AI-SinglePropertyPrediction-vol-dft_3d_chipsff-test-mae.csv.zip",
"AI-SinglePropertyPrediction-form_en-dft_3d_chipsff-test-mae.csv.zip",
#"AI-SinglePropertyPrediction-form_en-dft_3d_chipsff-test-mae.csv.zip",
"AI-SinglePropertyPrediction-c11-dft_3d_chipsff-test-mae.csv.zip",
"AI-SinglePropertyPrediction-c44-dft_3d_chipsff-test-mae.csv.zip",
"AI-SinglePropertyPrediction-kv-dft_3d_chipsff-test-mae.csv.zip",
"AI-SinglePropertyPrediction-surf_en-dft_3d_chipsff-test-mae.csv.zip",
"AI-SinglePropertyPrediction-vac_en-dft_3d_chipsff-test-mae.csv.zip",
#"AI-SinglePropertyPrediction-surf_en-dft_3d_chipsff-test-mae.csv.zip",
#"AI-SinglePropertyPrediction-vac_en-dft_3d_chipsff-test-mae.csv.zip",
]

process_benchmarks(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="jarvis_leaderboard", # Replace with your own username
version="2024.10.30",
version="2024.11.30",
author="Kamal Choudhary",
author_email="[email protected]",
description="jarvis_leaderboard",
Expand Down

0 comments on commit 2a3c3bb

Please sign in to comment.