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

Some tests fail on FreeBSD #229

Closed
yurivict opened this issue Jul 15, 2022 · 1 comment
Closed

Some tests fail on FreeBSD #229

yurivict opened this issue Jul 15, 2022 · 1 comment

Comments

@yurivict
Copy link

Open Neural Networks Library. Test Suite Application.

suite - run all tests

Individual Tests:

bounding_layer | bl
conjugate_gradient | cg
convolutional_layer | cl
correlations | cr
cross_entropy_error | cee
descriptives | dsc
data_set | ds
evolutionary_algorithm
genetic_algorithm | ga
golden_section_order
gradient_descent | gd
growing_inputs | gi
incremental_neurons | in
inputs_selection | is
learning_rate_algorithm | lra
levenberg_marquardt_algorithm | lma
long_short_term_memory_layer | lstm
mean_squared_error | mse
minkowski_error | me
model_selection | ms
neural_network | nn
neurons_selection | ns
normalized_squared_error | nse
numerical_differentiation | ndf
perceptron_layer | pl
pooling_layer | pll
probabilistic_layer | pbl
pruning_inputs | pi
quasi_newton_method | qnm
recurrent_layer | rl
scaling_layer | sl
simulated_annealing_order
statistics | st
stochastic_gradient_descent | sgd
sum_squared_error | sse
testing_analysis | ta
training_strategy | ts
unscaling_layer | ul
weighted_squared_error | wse


Test: Running numerical differentiation test case...
test_constructor
test_destructor
test_set_methods
test_calculate_methods
test_calculate_forward_differences_derivative
test_calculate_central_differences_derivative
test_calculate_derivative
test_calculate_forward_differences_second_derivative
test_calculate_central_differences_second_derivative
test_calculate_second_derivative
test_calculate_forward_differences_gradient
test_calculate_central_differences_gradient
test_calculate_training_loss_gradient
test_calculate_central_differences_gradient_matrix
test_calculate_forward_differences_hessian
test_calculate_central_differences_hessian
test_calculate_hessian
test_calculate_forward_differences_Jacobian
test_calculate_central_differences_Jacobian
test_calculate_Jacobian
test_calculate_forward_differences_hessian_form
test_calculate_central_differences_hessian_form
test_calculate_hessian_form
test_calculate_central_differences_hessian_matrices
End of numerical differentiation test case.

Running correlation analysis test case...
test_calculate_linear_correlation
void assert_true(bool, const string&) method failed
/disk-samsung/freebsd-ports/misc/opennn/work/opennn-5.0.5/tests/correlations_test.cpp:57
void assert_true(bool, const string&) method failed
/disk-samsung/freebsd-ports/misc/opennn/work/opennn-5.0.5/tests/correlations_test.cpp:59
void assert_true(bool, const string&) method failed
/disk-samsung/freebsd-ports/misc/opennn/work/opennn-5.0.5/tests/correlations_test.cpp:64
void assert_true(bool, const string&) method failed
/disk-samsung/freebsd-ports/misc/opennn/work/opennn-5.0.5/tests/correlations_test.cpp:65
test_calculate_spearman_linear_correlation
test_calculate_linear_correlation_missing_values
test_calculate_rank_linear_correlation()
test_calculate_rank_linear_correlation_missing_values
test_logistic_correlation
test_calculate_rank_logistic_correlation
test_logistic_correlation_missing_values
test_logistic_error_gradient
test_logistic_correlation_missing_values
test_calculate_logarithmic_correlation
test_calculate_logarithmic_correlation_missing_values
test_calculate_exponential_correlation
test_calculate_exponential_correlation_missing_values
test_linear_regression
test_linear_regression_missing_values
test_exponential_regression
test_calculate_exponential_correlation_missing_values
test_logarithmic_regression
test_logarithmic_regression_missing_values
test_power_regression
test_power_regression_missing_values
test_logistic_regression 
test_calculate_autocorrelation
test_calculate_autocorrelation
test_calculate_covariance
test_covariance_missing_values
test_calculate_covariance_matrix
test_calculate_less_rank_with_ties
test_remove_correlations
test_contingency_table
test_chi_square_test
test_chi_square_critical_point
test_karl_pearson_correlation
test_karl_pearson_correlation_missing_values
End of correlation analysis test case.

Running data set test case...
test_constructor
Abort trap
*** Error code 134

Command used to run tests: echo suite | tests/tests

Version: 5.0.5
FreeBSD 13.1

@davidge807
Copy link
Contributor

Hi @yurivict

Can you please run the master branch and try if all tests run properly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants