Skip to content

Commit

Permalink
Clean repository
Browse files Browse the repository at this point in the history
  • Loading branch information
LisIva committed Jan 31, 2024
1 parent 931b8f5 commit 01fd8b5
Show file tree
Hide file tree
Showing 150 changed files with 4 additions and 1,105,628 deletions.
Empty file removed .gitmodules
Empty file.
15 changes: 0 additions & 15 deletions LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

67 changes: 0 additions & 67 deletions README.rst

This file was deleted.

Binary file removed docs/epde_logo.png
Binary file not shown.
5 changes: 4 additions & 1 deletion epde/solver/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
from typing import Tuple
from torch.nn import Module
from torch import Tensor
from SALib import ProblemSpec
try:
from SALib import ProblemSpec
except ImportError:
pass

def samples_count(second_order_interactions: bool,
sampling_N: int,
Expand Down
39,826 changes: 0 additions & 39,826 deletions examples/ODE discovery.ipynb

This file was deleted.

Binary file removed examples/data/fill366.npy
Binary file not shown.
81 changes: 0 additions & 81 deletions examples/data/wave_sln_80.csv

This file was deleted.

148 changes: 0 additions & 148 deletions examples/ode_textbook_interfaced.py

This file was deleted.

Loading

0 comments on commit 01fd8b5

Please sign in to comment.