-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified reading of hdf5 files to (1) account for parsing out multipl…
…e conformers, (2) to increase efficiency, and (3) exclude entries where one of the properties contains NAN. Specifically regarding speed, it is very slow to index into an array within the hdf5 file; much much faster to copy to a local array, then index.
- Loading branch information
1 parent
e9f33d4
commit 914d339
Showing
2 changed files
with
47 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters