Skip to content
Snippets Groups Projects
Commit 0b9edbeb authored by Lannoy, Carlos de's avatar Lannoy, Carlos de
Browse files

small fix

parent 254c57a8
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@ import pickle
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
from helper_functions import parse_input_path
__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
sys.path.append(f'{__location__}/..')
from helper_functions import parse_input_path
def main():
parser = argparse.ArgumentParser(description='Plot performance measures for a directory of baseLess NNs')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment