Skip to content

Commit

Permalink
add script for comparison to exp
Browse files Browse the repository at this point in the history
  • Loading branch information
malihass committed Feb 8, 2024
1 parent 9cb4ef1 commit 8e60a22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions papers/co2_model/validation/compareToExp.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@

import numpy as np

sys.path.append("../utilities")
import os

from folderManagement import *
from ofio import *
from brd.utilities.folderManagement import *
from brd.utilities.ofio import *
from prettyPlot.plotting import plt, pretty_labels, pretty_legend

parser = argparse.ArgumentParser(description="Case folder")
Expand Down

0 comments on commit 8e60a22

Please sign in to comment.