Skip to content

Commit

Permalink
wip -- having trouble that writer do not support writing specific link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Vu committed Nov 8, 2023
1 parent 321bed5 commit 27dbfcc
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 335 deletions.
2 changes: 1 addition & 1 deletion drepr/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
else:
output = MemoryOutput(OutputFormat(args.format))

print(ds_model.resources)
# print(ds_model.resources)
start = time.time()
result = execute(ds_model, resources, output, args.verbose > 1)
end = time.time()
Expand Down
Loading

0 comments on commit 27dbfcc

Please sign in to comment.