Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Jul 3, 2024
1 parent 628efaf commit ffdfa1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_simulations/schema_packages/properties/forces.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
# Abstract classes
##################


class BaseForce(PhysicalProperty):
"""
Abstract class used to define a common `value` quantity with the appropriate units
Expand Down Expand Up @@ -97,4 +98,3 @@ def __init__(

def normalize(self, archive: 'EntryArchive', logger: 'BoundLogger') -> None:
super().normalize(archive, logger)

Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class Volume(PhysicalProperty):
"""
the amount of three-dimensional space that a substance or material occupies.
"""

#! Above description suggested for taxonomy
# TODO check back on definition after first taxonomy version

Expand Down

0 comments on commit ffdfa1a

Please sign in to comment.