Skip to content

Commit

Permalink
fix: unit correction (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
FMcil authored Sep 10, 2024
1 parent 44c44f7 commit 0c28cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mofdscribe/featurizers/pore/geometric_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def __init__(
labels = [
"uc_volume",
"density",
"av_a2",
"av_a3",
"av_volume_fraction",
"av_cm3g",
"nav_a3",
Expand Down
2 changes: 1 addition & 1 deletion tests/featurizers/pore/test_geometric_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_accessible_volume(hkust_structure):
expected_labels = [
"uc_volume",
"density",
"av_a2",
"av_a3",
"av_volume_fraction",
"av_cm3g",
"nav_a3",
Expand Down

0 comments on commit 0c28cdf

Please sign in to comment.