-
Notifications
You must be signed in to change notification settings - Fork 12
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
Speedup dag #118
base: main
Are you sure you want to change the base?
Speedup dag #118
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #118 +/- ##
==========================================
- Coverage 42.10% 42.01% -0.09%
==========================================
Files 19 18 -1
Lines 1209 1202 -7
==========================================
- Hits 509 505 -4
+ Misses 700 697 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
> snakemake --workflow-profile workflow/profiles/lngs -n 'all-l200-p13-r003-evt.gen'
Using workflow specific profile workflow/profiles/lngs for setting default command line arguments.
ValueError in file /data1/shared/l200-p13/prodenv/prod-orig/dev-v0.0.2/workflow/Snakefile, line 47:
Can't run Props.read_from on sources-value of type <class 'pathlib.PosixPath'>
File "/data1/shared/l200-p13/prodenv/prod-orig/dev-v0.0.2/workflow/Snakefile", line 47, in <module>
File "/data1/shared/l200-p13/prodenv/prod-orig/dev-v0.0.2/workflow/src/legenddataflow/cal_grouping.py", line 21, in __init__
File "/data1/shared/l200-p13/prodenv/prod-orig/dev-v0.0.2/.venv/lib/python3.12/site-packages/dbetto/catalog.py", line 269, in read_from
File "/data1/shared/l200-p13/prodenv/prod-orig/dev-v0.0.2/.venv/lib/python3.12/site-packages/dbetto/catalog.py", line 267, in read_impl |
can we try to add something to the test suite to catch these problems? |
hmm i dont get this error |
its a dbetto version issue, we require >= 1.2.3 which is correct |
d69a8e6
to
efbce87
Compare
this needs testing that passing the table_maps as json strings works as intended |
you mean i have an old one? |
i believe so |
boh
|
I refer you to my previous statement of this needs testing |
ok should be good now |
still
I don't have time now but we should figure out why the ci tests pass... |
more dag efficencies