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

Why are constants being written to external files? #1906

Open
sharon92 opened this issue Aug 4, 2023 · 0 comments
Open

Why are constants being written to external files? #1906

sharon92 opened this issue Aug 4, 2023 · 0 comments

Comments

@sharon92
Copy link

sharon92 commented Aug 4, 2023

if (self.format.binary or self._model.external_path) and how in [
"constant",
"internal",
]:
print(f"Util2d:{self._name}: resetting 'how' to external")
if self.format.array_free_format:
how = "openclose"

This instantiates external files with constant array values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant