Skip to content

Commit

Permalink
minor test update
Browse files Browse the repository at this point in the history
Took 17 seconds
  • Loading branch information
tfm000 committed Oct 31, 2023
1 parent f164fc9 commit 59bb40e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sklarpy/tests/copulas/test_fitted_dists.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def test_fitted_logpdf_pdf_cdf_mc_cdfs(all_mvt_data, copula_params_2d,
for dataset_name, data in all_mvt_data.items():
mdists = all_mdists_2d[dataset_name]
for name in distributions_map['all']:
print(f'{name} - {dataset_name}')
_, fcopula, _ = get_dist(name, copula_params_2d,
mdists, data)

Expand Down
2 changes: 1 addition & 1 deletion sklarpy/tests/multivariate/test_fitted_dists.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_fitted_plots(mv_dists_to_test, params_2d, params_3d,
mvt_continuous_data):
"""Testing the marginal_pairplot, pdf_plot, cdf_plot and mc_cdf_plot
methods of fitted multivariate distributions."""
print('Testing plots')
print('\nTesting plots')
mvt_continuous_data_3d: np.ndarray = scipy.stats.multivariate_normal.rvs(
size=(mvt_continuous_data.shape[0], 3))
kwargs: dict = {'num_points': 2, 'num_generate': 10, 'mc_num_generate': 10,
Expand Down

0 comments on commit 59bb40e

Please sign in to comment.