Skip to content

Commit

Permalink
Rename all fixtures with correct .jsonl extension (#295)
Browse files Browse the repository at this point in the history
Signed-off-by: Will Johnson <[email protected]>
Co-authored-by: Anh Uong <[email protected]>
  • Loading branch information
willmj and anhuong authored Aug 12, 2024
1 parent 6e7cea6 commit 0aae2aa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

### Constants used for data
DATA_DIR = os.path.join(os.path.dirname(__file__))
TWITTER_COMPLAINTS_DATA = os.path.join(DATA_DIR, "twitter_complaints_small.json")
TWITTER_COMPLAINTS_DATA = os.path.join(DATA_DIR, "twitter_complaints_small.jsonl")
TWITTER_COMPLAINTS_DATA_INPUT_OUTPUT = os.path.join(
DATA_DIR, "twitter_complaints_input_output.json"
DATA_DIR, "twitter_complaints_input_output.jsonl"
)
TWITTER_COMPLAINTS_JSON_FORMAT = os.path.join(DATA_DIR, "twitter_complaints_json.json")
TWITTER_COMPLAINTS_TOKENIZED = os.path.join(
DATA_DIR, "twitter_complaints_tokenized_with_maykeye_tinyllama_v0.json"
DATA_DIR, "twitter_complaints_tokenized_with_maykeye_tinyllama_v0.jsonl"
)
EMPTY_DATA = os.path.join(DATA_DIR, "empty_data.json")
MALFORMATTED_DATA = os.path.join(DATA_DIR, "malformatted_data.json")
Expand Down
File renamed without changes.

0 comments on commit 0aae2aa

Please sign in to comment.