Skip to content

Commit

Permalink
Cleaning the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ARegardin committed Jun 12, 2024
1 parent 42943bb commit 5ae6550
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ plots.ipynb
new.ipynb
tests.ipynb

pyvenv.cfg

__pycache__
2 changes: 1 addition & 1 deletion SATh.py → Library/SATh.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from scipy.sparse.linalg import gmres
import matplotlib.pyplot as plt

from utilities import *
from Library.utilities import *


class Problem():
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import json
import os

from SATh import *
from Library.SATh import *

def param_title(dict_, *args):
#This function allows us to print the parameters used for the simulation as the title of a plot.
Expand Down

0 comments on commit 5ae6550

Please sign in to comment.