Skip to content

Commit

Permalink
updated test-sqlite.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant P Iyer committed Sep 5, 2024
1 parent 17c12a5 commit bee064d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsi/backends/tests/test_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_wildfire_data_sql_artifact():
assert True

def test_wildfire_data_csv_artifact():
csvpath = '/'.join([get_git_root('.'), '/../../examples/data/wildfiredata.csv'])
csvpath = '/'.join([get_git_root('.'), 'examples/data/wildfiredata.csv'])
dbpath = "wildfire.db"
store = Sqlite(dbpath)
store.put_artifacts_csv(csvpath, "simulation", isVerbose=isVerbose)
Expand Down

0 comments on commit bee064d

Please sign in to comment.