Skip to content

Comments

Added API logic#29

Open
abhishek-ch wants to merge 8 commits intomainfrom
api
Open

Added API logic#29
abhishek-ch wants to merge 8 commits intomainfrom
api

Conversation

@abhishek-ch
Copy link
Collaborator

Merge API Logic and Moved Streamlit to follow API
Initial set of Logic

@abhishek-ch abhishek-ch requested a review from sprivite July 12, 2024 15:11
@abhishek-ch abhishek-ch requested a review from a-hartens as a code owner July 12, 2024 15:11
Copy link
Collaborator

@sprivite sprivite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comments, please address then go ahead and merge

self.matching_data = matching_data.copy()
self.target, self.pool = split_target_pool(matching_data)
print(f"self.target: {self.target}")
print(f"self.pool: {self.pool}")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove print statements

@sprivite
Copy link
Collaborator

My two other comments are:

  1. Please put api.py in bin/.
  2. Please do not import from streamlit main.py, but rather copy those functions to api.py (and remove from streamlit, as they are no longer needed)

Base automatically changed from dev to main May 26, 2025 11:36
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

Successfully merging this pull request may close these issues.

2 participants