Skip to content

Conversation

@deep1401
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Nov 26, 2025

Codecov Report

❌ Patch coverage is 30.00000% with 7 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
api/transformerlab/routers/teams.py 25.00% 6 Missing ⚠️
api/transformerlab/services/experiment_init.py 50.00% 0 Missing and 1 partial ⚠️

📢 Thoughts on this report? Let us know!

Copy link
Member

@dadmobile dadmobile left a comment

Choose a reason for hiding this comment

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

I haven't figured out what is happening but this doesn't work for me. The only hint I have so far is that after creating a team I find that he org directory doesn't exist for a while. I wonder if this is causing experiments to fail being created?

@deep1401
Copy link
Member Author

I haven't figured out what is happening but this doesn't work for me. The only hint I have so far is that after creating a team I find that he org directory doesn't exist for a while. I wonder if this is causing experiments to fail being created?

Okay the issue was very weird, there was an older call to see if any experiments exist with Experiment.get_all() but since the request to create "Team B" is done when user is on "Team A", it checked the experiments of Team A to determine and was also trying to create the experiment within "Team A".

This should be fixed now as I temporarily modify the context var in the request

@deep1401 deep1401 requested a review from dadmobile November 27, 2025 22:00
@deep1401 deep1401 merged commit 36835d8 into main Nov 28, 2025
8 checks passed
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.

4 participants