Skip to content
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

Misc. cleanup #49

Merged
merged 8 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 13 additions & 34 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,15 @@
**/.DS_Store
**/__pycache__/*

warpmesh.egg-info/*
.eggs/*
data/few*
data/dataset*
data/dataset/*
data/helmholtz*
data/output/*
data/temp/*
data/z*
data/burgers*
data/dataset/burgers*
wandb/*

install/movement/*
install/firedrake/*
install/firedrake-install.log
install/firedrake-install

script/git_push.sh
script/check_tangle.ipynb
script/compare_error.ipynb
scirpt/play_tangle.ipynb

eval/*

# Subdirectories
__pycache__/
UM2N.egg-info/
.eggs/
data/
results/
.ipynb_checkpoints/
.vscode/

# Specific files
.gitconfig
.gitmodules

temp/*
results/*

temp*


# File extensions
*.DS_Store
9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

1 change: 0 additions & 1 deletion UM2N/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from .tangle import * # noqa
from .compare_hlmhltz import * # noqa
from .bench_helmholtz import * # noqa
from .bench_swirl import * # noqa
from .bench_burgers import * # noqa
from .stat import * # noqa
Empty file removed UM2N/test/bench_helmholtz.py
Empty file.
Empty file removed UM2N/test/burgers_bench.py
Empty file.
4 changes: 0 additions & 4 deletions UM2N/test/tangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
__all__ = ["check_dataset_tangle", "plot_prediction", "plot_sample"]


def check_tangle_pi(model, x):
pass


def check_dataset_tangle(
dataset,
model,
Expand Down
5 changes: 5 additions & 0 deletions meshes/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all: plate_015

# Generate plate_015.msh based on plate_015.geo geometry file
plate_015:
gmsh -2 plate_015.geo
File renamed without changes.
Loading
Loading