# TSU-WAVE Test Files ## 馃搧 Available Tests | File | Description | |------|-------------| | `test_params.py` | Quick test of 7 parameters | | `tsuwave_mini.py` | Minimal version - just essentials | | `tsuwave_light.py` | Light version with basic calculations | | `tsuwave_improved.py` | Improved physics (more accurate) | | `test_physics.py` | Detailed physics calculations | | `quick_test.py` | Original quick test (if exists) | | `tsunami_dashboard.py` | Streamlit dashboard (requires streamlit) | ## 馃殌 How to Run ### Run all tests: ```bash cd tests python run_all.py ``` Run specific test: ```bash cd tests python tsuwave_light.py ``` Run dashboard: ```bash cd tests streamlit run tsunami_dashboard.py ``` 馃搳 Expected Output 路 tsuwave_light.py - Basic event analysis 路 tsuwave_improved.py - More accurate run-up prediction 路 test_params.py - Parameter status checks 鈿狅笍 Notes 路 Some tests require numpy (pip install numpy) 路 Dashboard requires streamlit (pip install streamlit) 路 All files use relative paths only (GitHub ready)