Skip to content
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

fixed import errors by wrapping try...except #774

Merged
merged 1 commit into from Apr 27, 2022
Merged

fixed import errors by wrapping try...except #774

merged 1 commit into from Apr 27, 2022

Conversation

karm-patel
Copy link
Collaborator

@karm-patel karm-patel commented Apr 27, 2022

Description

I have fixed 17 notebooks that were failing due to missing packages, I wrapped them by try...except manually.

Some notebooks were directly downloading helper scripts from pyprobml repo using wget commands. I moved these scripts to pyprobml-utils so we can use these scripts by importing them. I have created following PRs in the probml-utils for the same.

  1. Added mnist_helper_tf.py
  2. Added lvm_plots_utils.py, vae_conv_mnist.py

This PR will enable to run 2nd workflow (static_import_check) successfully and unblock 3rd workflow (execute_notebooks) which depends on the completion of 1st workflow and 2nd workflow, both.

Issue

#773

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@murphyk murphyk merged commit f617f86 into probml:master Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants