-
Notifications
You must be signed in to change notification settings - Fork 5
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
V0.1.2 #55
Comments
(neuroflex-env) ubuntu@ip-10-240-234-255:~/NeuroFlex$ pytest tests/advanced_models/test_advanced_math_solving.py .ss............ [ 8%] =============================== warnings summary =============================== tests/advanced_models/test_advanced_time_series_analysis.py::test_analyze_valid_methods[arima] tests/advanced_models/test_advanced_time_series_analysis.py::test_analyze_valid_methods[sarima] tests/advanced_models/test_advanced_time_series_analysis.py::test_analyze_valid_methods[sarima] tests/advanced_models/test_advanced_time_series_analysis.py::test_analyze_valid_methods[sarima] tests/advanced_models/test_advanced_time_series_analysis.py::test_analyze_valid_methods[sarima] tests/advanced_models/test_advanced_time_series_analysis.py::test_analyze_different_configurations[sarima-order2-seasonal_order2-data2] tests/edge_ai/test_edge_ai_optimization.py::TestEdgeAIOptimization::test_model_compression -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
(neuroflex-env) ubuntu@ip-10-240-234-255:~/NeuroFlex$ pytest tests/advanced_models/test_advanced_math_solving.py ............... [ 8%] =============================== warnings summary =============================== tests/advanced_models/test_advanced_time_series_analysis.py::test_analyze_valid_methods[sarima] tests/advanced_models/test_advanced_time_series_analysis.py::test_analyze_valid_methods[sarima] tests/advanced_models/test_advanced_time_series_analysis.py::test_analyze_valid_methods[sarima] tests/advanced_models/test_advanced_time_series_analysis.py::test_analyze_different_configurations[sarima-order2-seasonal_order2-data2] tests/edge_ai/test_edge_ai_optimization.py::TestEdgeAIOptimization::test_model_compression -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
(neuroflex-env) ubuntu@ip-10-240-214-91:~/NeuroFlex$ pytest tests/advanced_models/test_advanced_math_solving.py ............... [ 8%] ================ 150 passed, 34 skipped, 26 warnings in 50.33s ================= |
============================= test session starts ============================== |
(neuroflexenv) ubuntu@ip-10-240-215-184:~/NeuroFlex$ source neuroflexenv/bin/activate && export PYTHONPATH=$(pwd) && pytest tests/ --disable-warnings --maxfail=1
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.2, pluggy-1.5.0
rootdir: /home/ubuntu/NeuroFlex
configfile: pytest.ini
collected 161 items
tests/advanced_models/test_advanced_math_solving.py .ss............ [ 9%]
tests/advanced_models/test_advanced_time_series_analysis.py ............ [ 16%]
............. [ 24%]
tests/advanced_models/test_multi_modal_learning.py ........s. [ 31%]
tests/advanced_models/test_neural_networks.py ...... [ 34%]
tests/advanced_models/test_reinforcement_learning.py ...... [ 38%]
tests/advanced_models/test_reinforcement_learning_advancements.py ...... [ 42%]
...s [ 44%]
tests/cognitive_architectures/test_advanced_thinking.py ........ [ 49%]
tests/cognitive_architectures/test_cognitive_architectures.py .s..s..s [ 54%]
tests/edge_ai/test_edge_ai_optimization.py ..s...ss..s [ 61%]
tests/edge_ai/test_neuromorphic_computing.py ........ [ 66%]
tests/scientific_domains/bioinformatics/test_bioinformatics_integration.py . [ 67%]
.ss. [ 69%]
tests/scientific_domains/bioinformatics/test_ete_integration.py ssssss [ 73%]
tests/scientific_domains/bioinformatics/test_scikit_bio_integration.py s [ 73%]
ss.ss [ 77%]
tests/scientific_domains/biology/test_synthetic_biology_insights.py ...s [ 79%]
s [ 80%]
tests/scientific_domains/test_alphafold_integration.py s.s..s.ss [ 85%]
tests/scientific_domains/test_art_integration.py sssss [ 88%]
tests/scientific_domains/test_google_integration.py ssssssss [ 93%]
tests/scientific_domains/test_math_solvers.py ...... [ 97%]
tests/scientific_domains/test_xarray_integration.py .... [100%]
================ 117 passed, 44 skipped, 28 warnings in 43.45s ================= fixes in future and devlopment
The text was updated successfully, but these errors were encountered: