Update python header in .py files in ./Code

This commit is contained in:
nkoch1
2022-11-22 14:35:03 -05:00
parent c0c5d1f087
commit 739dde6042
43 changed files with 141 additions and 133 deletions

View File

@@ -1,11 +1,11 @@
"""
Script to analyse and collect data from simulations
__author__ = Nils A. Koch
__copyright__ = Copyright 2022, Nils A. Koch
__license__ = MIT
"""
"""
__author__ = "Nils A. Koch"
__copyright__ = 'Copyright 2022, Nils A. Koch'
__license__ = "MIT"
import pandas as pd
import h5py
import json

View File

@@ -1,10 +1,11 @@
"""
Script to analyse and collect data from sensitivity analysis simulations
__author__ = Nils A. Koch
__copyright__ = Copyright 2022, Nils A. Koch
__license__ = MIT
"""
__author__ = "Nils A. Koch"
__copyright__ = 'Copyright 2022, Nils A. Koch'
__license__ = "MIT"
import numpy as np
import h5py