Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Core-V test files #113

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

add test-intrin fores for xcorevamac (TODO: test and add to corev_demo)

5afeb09
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Update Core-V test files #113

add test-intrin fores for xcorevamac (TODO: test and add to corev_demo)
5afeb09
Select commit
Loading
Failed to load commit list.
GitHub Actions / Black failed Sep 12, 2024 in 0s

1 error

Black found 1 error

Annotations

Check failure on line 175 in /home/runner/work/seal5/seal5/seal5/flow.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/seal5/seal5/seal5/flow.py#L165-L175

     utils.copy(src, dest)
 
 
 class Seal5Flow:
     """Seal5 Flow."""
+
     def __init__(
         self, directory: Optional[Path] = None, meta_dir: Optional[Union[str, Path]] = None, name: Optional[str] = None
     ):
         self.directory: Path = handle_directory(directory)
         self.meta_dir: Path = handle_meta_dir(meta_dir, directory, name)