Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Dec 20, 2023
1 parent 9338426 commit d797276
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/synapseutils/test_synapseutils_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ def test_syncToSynapse(test_state):
test_state.syn.logger.warning("test_syncToSynapse timed out")
pytest.fail("test_syncToSynapse timed out")

# TODO: Use syn.get and verify that the annotations are correct

orig_df = pd.read_csv(manifest, sep="\t")
orig_df.index = [os.path.basename(p) for p in orig_df.path]
new_df = pd.read_csv(
Expand Down

0 comments on commit d797276

Please sign in to comment.