-
Notifications
You must be signed in to change notification settings - Fork 20
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
Outdated cli version #194
Comments
Thanks for reporting this, we'll update the renv lock as soon as possible. In the meantime feel free to update the problematic R packages manually |
@jenniferfedor before we release the next version can we update all the files in the renv lock, please? The easiest I think is to run |
Hi @JulioV, updates to
All of our tests pass with those minimally necessary updates. Updating all of the packages in Comparing data/processed/features/fitbit/fitbit_sleep_intraday.csv and tests/data/processed/features/stz_frequency/fitbit/fitbit_sleep_intraday.csv
F
======================================================================
FAIL: test_sensors_features_calculations (__main__.TestStzFrequency)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/scripts/run_tests.py", line 60, in test_sensors_features_calculations
pd.testing.assert_frame_equal(df_exp, df_act, obj="df_exp")
File "/home/jen/.conda/envs/rapids/lib/python3.7/site-packages/pandas/_testing.py", line 1562, in assert_frame_equal
obj, f"{obj} shape mismatch", f"{repr(left.shape)}", f"{repr(right.shape)}",
File "/home/jen/.conda/envs/rapids/lib/python3.7/site-packages/pandas/_testing.py", line 1036, in raise_assert_detail
raise AssertionError(msg)
AssertionError: df_exp are different
df_exp shape mismatch
[left]: (144, 370)
[right]: (142, 370)
----------------------------------------------------------------------
Ran 2 tests in 1.862s
FAILED (failures=1) Weirdly, (1) no errors occur during data processing and (2) we compute Fitbit sleep intraday features in a Python script, so I assume the underlying problem is occurring at an earlier step in our pipeline, but I will need some additional time to investigate. In the interest of time, is it okay to leave this overall update on our to-do list for the next new release? We are hoping to release a new version as soon as possible so that we can re-process phone applications foreground features for one of our collaborative studies. Thank you! |
Sure, no problem, let's do this for our next release. The discrepancy probably comes from the script that parses timestamps and time zones |
We get an error when running
snakemake -j1 create_participants_files
The renv.lock file specifies version 2.2.0. Can this be upgraded? We are using version 3.4.1 which seems to work fine, but note that our R version is more recent than the recommended R 4.0.0.
Install Details
Using R 4.0.5 and Ubuntu 18.04 on commit d255f2d (July 7th, 2022)
The text was updated successfully, but these errors were encountered: