seisflows.tests.test_tools ========================== .. py:module:: seisflows.tests.test_tools .. autoapi-nested-parse:: Test any of the utility functions defined in the Tools directory Attributes ---------- .. autoapisummary:: seisflows.tests.test_tools.TEST_DIR seisflows.tests.test_tools.TEST_MODEL Functions --------- .. autoapisummary:: seisflows.tests.test_tools.test_model_attributes seisflows.tests.test_tools.test_model_functions seisflows.tests.test_tools.test_model_io seisflows.tests.test_tools.test_model_from_input_vector seisflows.tests.test_tools.test_custom_import Module Contents --------------- .. py:data:: TEST_DIR .. py:data:: TEST_MODEL .. py:function:: test_model_attributes() Check that model values are read in correctly and accessible in a way we expect .. py:function:: test_model_functions() Test the core merge and split functions of the Model class to ensure they give the same results .. py:function:: test_model_io(tmpdir) Check that saving and loading npz file works .. py:function:: test_model_from_input_vector() Check that we can instantiate a model from an input vector .. py:function:: test_custom_import() Test that importing based on internal modules works for various inputs :return: