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

There are bugs in the code #1766

Open
bent1e opened this issue Jun 25, 2023 · 1 comment
Open

There are bugs in the code #1766

bent1e opened this issue Jun 25, 2023 · 1 comment

Comments

@bent1e
Copy link

bent1e commented Jun 25, 2023

947 with open(evolve_csv, 'a') as f:
--> 948 f.write(s + ('%20.5g,' * n % vals).rstrip(',') + '\n')
950 # Save yaml
951 with open(evolve_yaml, 'w') as f:

TypeError: not all arguments converted during string formatting

@cnavarrete
Copy link

Tell me about it!
Maybe this PR is for you #1698

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

2 participants