Skip to content

Commit

Permalink
TST: Minor documentation change in test of EquationSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
keileg committed Jan 21, 2025
1 parent 983c0ec commit 1e0fa76
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tests/numerics/ad/test_equation_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
current iterate, previous iterate and previous time step.
* test_variable_creation: Test that variable creation from an EquationSystem works.
* test_variable_tags: Tagging of variables, used for filtering in an EquationSystem.
* test_set_get_methods: Get and set methods for variables.
* test_set_get_methods: Get and set methods for variables, including methods for
shifting between time steps and iterates.
* test_projection_matrix: Projection from a global vector to one defined on a subset
of variables.
* test_set_remove_equations: Set and remove equations from an EquationSystem.
* test_parse_variable_like, test_parse_single_equation, test_parse_equations:
Parsing of equations, and the methods used to do so. Thorough testing here means
other tests can get away with fewer parameter checks.
Expand All @@ -18,12 +20,6 @@
* test_extract_subsystem: Extract a new EquationSystem for a subset of equations.
* test_schur_complement: Assemble a subsystem, using a Schur complement reduction.
To be tested:
Get and set methods for variables
IdentifyDof
...
"""
import numpy as np
import pytest
Expand Down

0 comments on commit 1e0fa76

Please sign in to comment.