Skip to content

Failing Doctests in multiple scripts #29

Description

@Aquaplant

Hello,

in the following scripts the Doctests fail caused by keyerrors. Either the wrong type is assumes (array access for a dictionary) or the assumed key is not in the dictionary.

  • Autocorrelation.py (index access on dictionary or string: AAProperty[i], AAPropertyName[i])
    • CalculateGearyAuto
    • CalculateMoranAuto
    • CalculateNormalizedMoreauBrotoAuto
  • PseudoAAC.py (see above)
    • GetCorrelationFunction
    • GetPseudoAAC
    • GetSequenceOrderCorrelationFactor
  • QuasiSequenceOrder.py (probably distancematrix is not build correctly for the full size dictionary?)
    • GetQuasiSequenceOrder1
    • GetQuasiSequenceOrder2
    • GetQuasiSequenceOrderp
    • GetSequenceOrderCouplingNumberp

Python 3.9 with current GitRepo.

I will look into this, when I got more time in the next weeks, but appreciate if someone else is faster ;-)

Greetings,
Fabian

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions