Skip to content

Commit 63c6d7a

Browse files
committed
Spectrum plots draft; currently have scale issue, off by several orders of mag, but slope seems right
1 parent 1ad9994 commit 63c6d7a

File tree

4 files changed

+261
-65
lines changed

4 files changed

+261
-65
lines changed

low_freq_dev/less_old/simulator.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import time
2-
from typing import Optional
32

43
import matplotlib.pyplot as plt
54
import numpy as np

low_freq_dev/most_recent.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import numpy as np
2-
import seaborn as sns
3-
41
import matplotlib.pyplot as plt
2+
import numpy as np
53

64
"""
75
- Mesh independence study

low_freq_dev/random.ipynb

+33-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)