Skip to content

Commit

Permalink
review tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed Jan 2, 2024
1 parent e96f3c3 commit 58f79d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ If it fixes an open issue, please link to the issue here. If this PR closes an i


## Code Quality
- [ ] I have read the Contribution Guide
- [ ] My code follows the code style of this project
- [ ] My code builds (or compiles) cleanly without any errors or warnings
- [ ] My code contains relevant comments and necessary documentation

## Project-Specific Pull Request Checklists
- [ ] I have added a function that requires a sync_tables command, and have added the neccesary sync_tables call
<!--- Please only use the checklist that apply to your change type(s) -->

### Bug Fix Checklist
Expand Down
4 changes: 1 addition & 3 deletions benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
"""Two sample benchmarks to compute runtime and memory usage.
"""A suite of TAPE Benchmarks.
For more information on writing benchmarks:
https://asv.readthedocs.io/en/stable/writing_benchmarks.html."""

import os
import numpy as np
import pandas as pd
import tape
from tape.ensemble import Ensemble


TESTDATA_PATH = os.path.join(os.path.dirname(__file__), "..", "tests", "tape_tests", "data")
Expand Down

0 comments on commit 58f79d7

Please sign in to comment.