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

Python 3: Convert RAS Testing and Data scripts #117

Open
josephsnyder opened this issue Jul 25, 2019 · 0 comments
Open

Python 3: Convert RAS Testing and Data scripts #117

josephsnyder opened this issue Jul 25, 2019 · 0 comments

Comments

@josephsnyder
Copy link
Contributor

Convert the RAS testing scripts, both the test generation and the data files used in them, to be ready for a python3 environment

@BetsyMcPhail BetsyMcPhail self-assigned this Aug 15, 2019
BetsyMcPhail added a commit to BetsyMcPhail/VistA that referenced this issue Oct 17, 2019
… and 3

We cannot assume that the output of the csv DictReader is in a specific
order. Instead, sort by key to guarantee problems are added in the same
order every time.

The order of entries in the datafiles needed to be reversed. The patient
data was using ssn as the key. Instead, add a ssn column and use the row
number for the key.

WorldVistA#117
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