Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Mar 2, 2025
1 parent 4911c05 commit 7b44ec8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/specific/capital_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
@pytest.mark.long
def test():
# Create a new Data Source from an S3 Path (or a local file)
source_path = "s3://workbench-public-data/common/aBaLone.CSV"
# source_path = "/full/path/to/local/file.csv"
source_path = "s3://workbench-public-data/common/abalone.csv"
my_data = DataSource(source_path)
pprint(my_data.summary())
pprint(my_data.details())
Expand Down

0 comments on commit 7b44ec8

Please sign in to comment.