-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Continue cmontecarlo tests refactor. Extend #530. #544
Commits on Apr 29, 2016
-
Refactor test_montecarlo_free_free_scatter.
karandesai-96 committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 4f4a1e8 - Browse repository at this point
Copy the full SHA 4f4a1e8View commit details -
Refactor test_bf_cross_section.
karandesai-96 committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 1f099af - Browse repository at this point
Copy the full SHA 1f099afView commit details -
karandesai-96 committed
Apr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for e7a7b4e - Browse repository at this point
Copy the full SHA e7a7b4eView commit details -
Refactor test_calculate_chi_bf.
- Add a TODO as there is a problem in underlying method. Alongwith it also a skip marker is added.
karandesai-96 committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 0de7cba - Browse repository at this point
Copy the full SHA 0de7cbaView commit details -
Refactor test_montecarlo_bound_free_scatter.
karandesai-96 committedApr 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 6e7be8c - Browse repository at this point
Copy the full SHA 6e7be8cView commit details
Commits on Apr 30, 2016
-
Add test_reverse_binary_search and parametrize it.
- Add skip markers to two methods: test_montecarlo_bound_free_scatter test_montecarlo_free_free_scatter
karandesai-96 committedApr 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 50cf9f0 - Browse repository at this point
Copy the full SHA 50cf9f0View commit details
Commits on May 1, 2016
-
Add test_line_search and parametrize it.
karandesai-96 committedMay 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 5441c00 - Browse repository at this point
Copy the full SHA 5441c00View commit details -
Fix segfaults by making changes in RKState struct.
- RKState struct in python implementation had a 'key' member which was a pointer to c_ulong type array. - The C counterpart had a static array declaration, and hence the memory allocated to both Structs was different, hence causing repeated segfaults, false assertions and fails.
karandesai-96 committedMay 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 6b1855a - Browse repository at this point
Copy the full SHA 6b1855aView commit details -
Refactor, parametrize test_montecarlo_thomson_scatter.
karandesai-96 committedMay 1, 2016 Configuration menu - View commit details
-
Copy full SHA for a776364 - Browse repository at this point
Copy the full SHA a776364View commit details -
Add default value of chi_cont in packet fixture.
karandesai-96 committedMay 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 5fcf136 - Browse repository at this point
Copy the full SHA 5fcf136View commit details -
Refactor, parametrize test_move_packet_across_shell_boundary.
karandesai-96 committedMay 1, 2016 Configuration menu - View commit details
-
Copy full SHA for fd9d4c1 - Browse repository at this point
Copy the full SHA fd9d4c1View commit details
Commits on May 4, 2016
-
Add test_montecarlo_continuum_event_handler [unclear].
karandesai-96 committedMay 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 870e5e4 - Browse repository at this point
Copy the full SHA 870e5e4View commit details -
- New tests no longer require these C tests. They directly wrap C methods.
karandesai-96 committedMay 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 70dcfac - Browse repository at this point
Copy the full SHA 70dcfacView commit details -
Reorder tests for categorization, add block comments.
- Tests are reordered according to category: - Important tests. - Not yet relevant tests. - Block comments have been added, which desribe these tests. - @pytest.mark.skipif added to 'Not yet relevant' category tests.
karandesai-96 committedMay 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 02d1f13 - Browse repository at this point
Copy the full SHA 02d1f13View commit details -
Add block comment and remaining incomplete tests.
karandesai-96 committedMay 4, 2016 Configuration menu - View commit details
-
Copy full SHA for acec56c - Browse repository at this point
Copy the full SHA acec56cView commit details
Commits on May 5, 2016
-
Remove test_rpacket.c and test_rpacket.py
karandesai-96 committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 2b8465c - Browse repository at this point
Copy the full SHA 2b8465cView commit details -
Remove code related to building test_montecarlo.so
karandesai-96 committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 51cbe16 - Browse repository at this point
Copy the full SHA 51cbe16View commit details