Skip to content

Commit

Permalink
fix: 951 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz committed May 11, 2024
1 parent 8b04c94 commit 569e220
Show file tree
Hide file tree
Showing 5 changed files with 1,073 additions and 1,073 deletions.
2 changes: 1 addition & 1 deletion data/clean/f_951_zhihan.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def f_951(r_script_path: str, output_path: str, duration: int) -> (bool, str):
Returns:
- tuple containing:
- bool: True if the output file is generated within the specified duration, False otherwise.
- str: A message indicating whether the file was generated successfully or not.
- str: A message indicating whether the file was generated successfully or not. If the generation is successful, the message will be 'File generated successfully within the specified duration.'; otherwise, it will be 'File not generated within the specified duration.'
Requirements:
- subprocess
Expand Down
2 changes: 1 addition & 1 deletion data/processed/1105_wo_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def task_func(r_script_path: str, output_path: str, duration: int) -> (bool, str
Returns:
- tuple containing:
- bool: True if the output file is generated within the specified duration, False otherwise.
- str: A message indicating whether the file was generated successfully or not.
- str: A message indicating whether the file was generated successfully or not. If the generation is successful, the message will be 'File generated successfully within the specified duration.'; otherwise, it will be 'File not generated within the specified duration.'
Requirements:
- subprocess
Expand Down
2 changes: 1 addition & 1 deletion data/raw/f_951_zhihan.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def f_951(r_script_path: str, output_path: str, duration: int) -> (bool, str):
Returns:
- tuple containing:
- bool: True if the output file is generated within the specified duration, False otherwise.
- str: A message indicating whether the file was generated successfully or not.
- str: A message indicating whether the file was generated successfully or not. If the generation is successful, the message will be 'File generated successfully within the specified duration.'; otherwise, it will be 'File not generated within the specified duration.'
Requirements:
- subprocess
Expand Down
Loading

0 comments on commit 569e220

Please sign in to comment.