-
Notifications
You must be signed in to change notification settings - Fork 18
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
Create all variables directly from connection and independent of dataframes #926
base: main
Are you sure you want to change the base?
Conversation
Create field lookup to allow changing the variables without having to redefine the whole model creation Related to #923
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #926 +/- ##
==========================================
- Coverage 99.17% 96.57% -2.61%
==========================================
Files 29 30 +1
Lines 1209 1196 -13
==========================================
- Hits 1199 1155 -44
- Misses 10 41 +31 ☔ View full report in Codecov by Sentry. |
Benchmark Results
Benchmark PlotsA plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. |
Co-authored-by: Ni Wang <125902905+gnawin@users.noreply.github.com>
2437a96
to
c111a79
Compare
…level_intra_rp creation
f52d260
to
fcf9833
Compare
Blocked by #925
Create all variables with connection instead of dataframes variable.
With the
lookup
created in #925, this allow us toClose #923