Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusgh committed Oct 25, 2024
1 parent 64d2bf6 commit 82cc834
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions eg09_compute_ntfa_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"""
#%%
from operator import itemgetter

import numpy.linalg as la
import matplotlib.pyplot as plt
import time
from microstructures import *
from utilities import read_h5
Expand Down
5 changes: 0 additions & 5 deletions eg10_compare_ntfa_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
"""
#%%
from operator import itemgetter

import numpy.linalg as la
import matplotlib.pyplot as plt
import time
from microstructures import *
from utilities import read_h5
from ntfa import read_tabular_data

file_name_10, data_path_10, temp1_10, temp2_10, n_tests_10, sampling_alphas_10 = itemgetter(
Expand Down

0 comments on commit 82cc834

Please sign in to comment.