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

Bug and Compatibility Fix #52

Merged
merged 3 commits into from
Sep 29, 2021

Conversation

LouYu2015
Copy link
Contributor

This pull request addresses the following issues:

  • 99ec9f4: When generating stiffness matrix, an underscore in a folder name will result in a wrong data file name. This should solve execution error #51
  • a1b559b: Since version 1.16.3, NumPy requires explicitly allowing pickle due to security concerns.
  • 0ce91c0: When parsing a configuration file, a line with only plain numbers was inteperated as a floating point array (e.g. 1; 3; 8). However, PASV_ELEM and ACTV_ELEM need to be integer array. I added a dtype parameter to _tpd2vec, forcing type conversion.

I didn't do an extensive testing. I tried the t-piece example and no regression is found.

@williamhunter williamhunter merged commit f2282c9 into williamhunter:master Sep 29, 2021
@williamhunter
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants