Update python header in .py files in ./Code
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user