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

Disabled flask functionality temporarily and added arguments for the … #30

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

haydenkarl22
Copy link
Collaborator

Disabled flask functionality temporarily and added arguments for the python API.py call in the terminal. I am currently trying to fix the issue where the API.py doesn't create a document in the desired directory. (For now, I have the destination path as a location on my local machine, once I can get it working on my local machine I'll change the directory where the output doc will be stored to work for not just my machine).

Backend/src/API.py Outdated Show resolved Hide resolved
@haydenkarl22
Copy link
Collaborator Author

Added a new file in backend that is a copy of API.py, named APIusingCMD.py, but with the added command line support. Furthermore, the path has been made universal in APIusingCMD.py

@rkarmuri
Copy link
Collaborator

Great job. We can retrieve the data from the ORCA file based on the command line input and it works perfectly well with different section names and variable row sizes. I can also see that you stored the data in a tabular form.

@rkarmuri rkarmuri marked this pull request as ready for review February 28, 2024 16:38
Copy link
Collaborator

@rkarmuri rkarmuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job. We can retrieve the data from the ORCA file based on the command line input and it works perfectly well with different section names and variable row sizes. I can also see that you stored the data in a tabular form.

@rkarmuri rkarmuri merged commit 3520368 into main Feb 28, 2024
0 of 2 checks passed
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.

4 participants