| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| @@ -65,9 +65,7 @@ def values_in_col(cursor, table_name, print_out=True): | |||
| """ | |||
| cursor.execute('PRAGMA TABLE_INFO({})'.format(table_name)) | |||
| info = cursor.fetchall() | |||
There was a problem hiding this comment.
Function values_in_col refactored with the following changes:
Sorry, something went wrong.
| @@ -6,11 +6,7 @@ | |||
| import os | |||
|
|
|||
| def find_files(substring, path): | |||
There was a problem hiding this comment.
Function find_files refactored with the following changes:
Sorry, something went wrong.
| @@ -16,11 +16,7 @@ def likelihood_poisson(x, lam): | |||
| Poisson distribution | |||
|
|
|||
| """ | |||
There was a problem hiding this comment.
Function likelihood_poisson refactored with the following changes:
Sorry, something went wrong.
| @@ -6,8 +6,7 @@ def comp_theta_mle(d): | |||
| dataset for a Rayleigh distribution. | |||
|
|
|||
| """ | |||
There was a problem hiding this comment.
Function comp_theta_mle refactored with the following changes:
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Branch master refactored by Sourcery.
If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.
To manually merge these changes, make sure you're on the master branch, then run:
See our documentation for configuring or disabling Sourcery.