Skip to content

UC1 compute #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sbillinge opened this issue May 2, 2025 · 0 comments
Open

UC1 compute #8

sbillinge opened this issue May 2, 2025 · 0 comments

Comments

@sbillinge
Copy link
Contributor

Problem

need a test for UC1

Proposed solution

write it. Define expected and actual so we get the right API definitions. Maybe we want a module with all the structure representations. We need a name for it. representations.py? then we would have from similarity.representations import amd which seems to make sense. In this file define but make it empty. Something like

def amd(structure):
'''
<write the full docstring>
'''
return

Then in tests create test_represnetations.py and write the test, making use of the fixture in conftest.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant