Skip to content

Commit

Permalink
📠 rm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Jul 27, 2023
1 parent 9dd1229 commit aaaad8c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions tests/create_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,7 @@


def test_create_codebox():
codebox = cb.CodeBox(
# Config Ideas:
# name="Test Codebox",
# python_version="3.8",
# requirements=["numpy==1.19.5"],
# storage="persistent",
# storage_size=100,
# vector_store=True,
# timeout=15, # minutes
# cpu=1, # vCPU
# memory=512, # MB
# gpu=0, # GPU
# metadata={"key": "value"},
)
codebox = cb.CodeBox()
status = codebox.start()
assert status.status == "started"

Expand Down

0 comments on commit aaaad8c

Please sign in to comment.