Skip to content

Commit 35b86fe

Browse files
Ruff fixes (#1119)
* added tests * added check in define_meshtags * added an assertion to avoid id=0 * fixed test * fixed more tests * ruff fixes * unsafe fixes * fixed buidl * bunch of ruff fixes * fixed conf.py * fixed line length * fixed typo * final fix * removed all exampels
1 parent 2884ca6 commit 35b86fe

102 files changed

Lines changed: 1004 additions & 2500 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
# Add the directory containing your Python script to the Python path
3838
sys.path.insert(0, os.path.abspath("."))
3939

40-
import map
4140

4241
m = map.generate_map()
4342
current_dir = os.path.dirname(__file__)

examples/advection_diffusion_multi_material.py

Lines changed: 0 additions & 160 deletions
This file was deleted.

examples/convergence_rates.py

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)