Skip to content

Commit

Permalink
fix typo in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
edikedik committed Aug 18, 2024
1 parent e47d48a commit 8916a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lXtractor/core/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ def as_record(self) -> dict[str, float]:
rec = dict(
SASA_a_free=self.a_free,
SASA_b_free=self.b_free,
SASA_a_comples=self.a_complex,
SASA_b_comples=self.b_complex,
SASA_a_complex=self.a_complex,
SASA_b_complex=self.b_complex,
SASA_complex=self.complex,
BSA_a=self.bsa_a,
BSA_b=self.bsa_b,
Expand Down

0 comments on commit 8916a33

Please sign in to comment.