Skip to content

Commit

Permalink
Merge pull request #64 from HybriD3-database/hotfix_utils_dimensionality
Browse files Browse the repository at this point in the history
Removed dimensionality from utils.py
  • Loading branch information
uthpalaherath authored Nov 22, 2024
2 parents 2914961 + 5ecf4fb commit 0ccab6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion materials/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def dataset_info(dataset, server):
data.write(
"Origin: " f'{"experimental" if dataset.experimental else "theoretical"}\n'
)
data.write(f"Dimensionality: {dataset.dimensionality}D\n")
# data.write(f"Dimensionality: {dataset.dimensionality}D\n")
sample = models.Dataset.SAMPLE_TYPES[dataset.sample_type][1]
data.write(f"Sample type: {sample}\n")
data.write("\n")
Expand Down

0 comments on commit 0ccab6e

Please sign in to comment.