Skip to content

Commit

Permalink
updated icon_merit_regional to latest imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-chew committed May 22, 2024
1 parent 5ee9e01 commit ab1b992
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions runs/icon_merit_regional.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# %%
import sys
# import sys

# set system path to find local modules
sys.path.append("..")
# sys.path.append("..")

import numpy as np
import pandas as pd
import matplotlib.pyplot as plt

from src import io, var, utils, fourier, physics
from wrappers import interface
from vis import plotter, cart_plot
from pycsam.src import io, var, utils, fourier, physics
from pycsam.wrappers import interface
from pycsam.vis import plotter, cart_plot

from IPython import get_ipython

Expand All @@ -31,7 +31,7 @@ def autoreload():
exit(0)
# %%
autoreload()
from inputs.icon_regional_run import params
from pycsam.inputs.icon_regional_run import params

if params.self_test():
params.print()
Expand Down

0 comments on commit ab1b992

Please sign in to comment.