Skip to content

Commit

Permalink
updated relative import paths in diagnostics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-chew committed May 20, 2024
1 parent 82bc4f5 commit 1d815da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wrappers/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"""

import numpy as np
from src import physics
from vis import plotter
from ..src import physics
from ..vis import plotter
from copy import deepcopy

import matplotlib.pyplot as plt
Expand Down Expand Up @@ -357,3 +357,4 @@ def show(
plt.savefig(self.output_dir + fn + ".pdf", dpi=200, bbox_inches="tight")

plt.show()

0 comments on commit 1d815da

Please sign in to comment.