Skip to content

Commit

Permalink
Remove print statement in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb committed Dec 11, 2023
1 parent f020828 commit e4118fc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ def test_saved_alias_model(self):
)

def test_feature_pyramid_inputs(self):
import os

print("HERE", os.environ["KAGGLE_USERNAME"])
model = CSPDarkNetLBackbone()
backbone_model = get_feature_extractor(
model,
Expand Down

0 comments on commit e4118fc

Please sign in to comment.