-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing site/src/figs
directory and 2023-02-07-ppd-mp.pkl.gz
file
#14
Comments
Closed
janosh
added a commit
that referenced
this issue
Apr 28, 2023
janosh
added a commit
that referenced
this issue
Apr 28, 2023
janosh
added a commit
that referenced
this issue
Apr 29, 2023
* DATA_FILES prompt user to download if attempted file access is missing (closes #14 part 2) * test_load_train_test_no_mock_wbm_summary check that df loaded from cache is the same as initial df using pd.testing.assert_frame_equal * add test_load_train_test_no_mock_mp_refs * pytest addopts -m 'not slow' * del STATIC = f"{ROOT}/site/static/figs" mv tmp/figures tmp/figs * make sure site/src/figs exists to avoid FileNotFoundError when saving plots (closes #14) * default answer download file y/n to y if in CI or other non-atty context
janosh
added a commit
that referenced
this issue
Jun 20, 2023
* DATA_FILES prompt user to download if attempted file access is missing (closes #14 part 2) * test_load_train_test_no_mock_wbm_summary check that df loaded from cache is the same as initial df using pd.testing.assert_frame_equal * add test_load_train_test_no_mock_mp_refs * pytest addopts -m 'not slow' * del STATIC = f"{ROOT}/site/static/figs" mv tmp/figures tmp/figs * make sure site/src/figs exists to avoid FileNotFoundError when saving plots (closes #14) * default answer download file y/n to y if in CI or other non-atty context
janosh
added a commit
that referenced
this issue
Jun 20, 2023
* DATA_FILES prompt user to download if attempted file access is missing (closes #14 part 2) * test_load_train_test_no_mock_wbm_summary check that df loaded from cache is the same as initial df using pd.testing.assert_frame_equal * add test_load_train_test_no_mock_mp_refs * pytest addopts -m 'not slow' * del STATIC = f"{ROOT}/site/static/figs" mv tmp/figures tmp/figs * make sure site/src/figs exists to avoid FileNotFoundError when saving plots (closes #14) * default answer download file y/n to y if in CI or other non-atty context
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
After manually creating the [...]/src/figs directory, the next issue is the following:
The [...]/data/mp directory exists, but the pkl file is missing.
Originally posted by @pbenner in #12 (comment)
The text was updated successfully, but these errors were encountered: