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.
This PR adds tracking information to pass to REopt.jl which calls the REoptTracking API for user and run tracking.
Below was generated from Github Copilot and is a little verbose and unnecessary.
This pull request introduces updates to the REopt.jl integration, including changes to dependency configuration, new metadata fields, and enhancements to the
run_jump_model
function. The most important changes focus on improving metadata handling and enabling better API and web tool support.Updates to dependency configuration:
julia_src/Manifest.toml
: Updated theREopt
dependency to include a newrepo-rev
(track-api
) andrepo-url
pointing to the official repository. This ensures the latest version of the code is used.Enhancements to metadata handling:
reoptjl/models.py
: Added a newportfolio_uuid
field to the metadata dictionary, allowing for better tracking of portfolio-level data.Improvements to the
run_jump_model
function:reoptjl/src/run_jump_model.py
: Enhanced therun_jump_model
function to:webtool_run
anddirect_api_run
).webtool_user_uuid
,webtool_portfolio_uuid
, andapi_run_uuid
) for improved traceability.Settings
dictionary for easier debugging.