-
Notifications
You must be signed in to change notification settings - Fork 10
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
Performance Metrics #38
Merged
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
5a2e0be
adds timeit functionality to chat and query functions
jeisenman23 86e2a51
reformatting time metrics
jeisenman23 93a7d97
trying to fix lint
jeisenman23 4e4dc4b
fixing lint
jeisenman23 fab34d9
reducing complexity
jeisenman23 785ec4d
removing white spaces
jeisenman23 b0429a4
fixing lint
jeisenman23 a41b030
fixing return statement
jeisenman23 dba79f8
fixing docs
jeisenman23 dc4579a
removing timeit as optional argument
jeisenman23 bfdd13f
changing performance metrics according to stream mode:
jeisenman23 96be266
update test
jeisenman23 6d37186
change test to fit performance metrics
jeisenman23 4aa6fb2
change test to fit performance metrics
jeisenman23 0ac1ca9
adding back query into chat
jeisenman23 f8c3d1a
removing await
jeisenman23 4018c59
fixing test
jeisenman23 4ca2970
fixing test
jeisenman23 34c58c0
removing whitespace
jeisenman23 abd7000
fixing space
jeisenman23 d94403c
finicky flake8 error fix
jeisenman23 63070ef
fixing elm tests
jeisenman23 20fb602
ensuring test cases
jeisenman23 15c417a
reversing - statement
jeisenman23 0186fdf
removing whitespace
jeisenman23 d4a9bf0
removing whitespace
jeisenman23 fc88d7a
fixing line issue
jeisenman23 878e4f0
fixing osti bug
jeisenman23 b496352
adding spaces for engineer query
jeisenman23 991d3e3
adding spaces for chat function
jeisenman23 af86612
remove trailing whitespaces
jeisenman23 ae37420
Merge branch 'main' into time
jeisenman23 3232c02
fixing OSTI bug
jeisenman23 5334535
removing comments for flake
jeisenman23 8f4cdcc
making line shorter
jeisenman23 8d15faa
line too long
jeisenman23 8348af3
adding blank line
jeisenman23 667fe05
rerun of actions
jeisenman23 80be899
changing first
jeisenman23 564f5d4
attempting to fix osti
jeisenman23 bc196f1
attempt to fix OSTI in multiple envs
jeisenman23 022f734
removing test and fixing test
jeisenman23 371dcc2
inputting local change that works
jeisenman23 6549134
fixing lint
jeisenman23 ab7449c
debug statement
jeisenman23 96c3b87
attempt to fix escape sequence
jeisenman23 24b41c9
attempting to fix str
jeisenman23 7f55760
fixing escape
jeisenman23 4eac5dc
getting get pages to work
jeisenman23 2ed61b9
clean code
jeisenman23 7819a13
fixing linter
jeisenman23 80c92b6
fixing linter
jeisenman23 0e6b9f9
fixing linter
jeisenman23 18a4465
fixing over indent
jeisenman23 ac3e3c5
cleaned up docstrings and removed unnecessary debug kwarg from wizard…
grantbuster 28680a0
Merge pull request #44 from NREL/gb/nodebugkw
jeisenman23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woah, this looks like a mess, thanks for fixing this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, escape sequences are no joke.