Use relative path for os.chdir
in generate_histogram.py
This commit is contained in:
parent
807f586841
commit
674ce8dabe
@ -4,7 +4,7 @@ import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
from tqdm import tqdm
|
||||
|
||||
os.chdir('/home/benjamin/Desktop/bens_folder/school/ens/asp/aria/internship/work/datasets/raise/flat-field/TIF')
|
||||
os.chdir('flat-field/TIF')
|
||||
|
||||
NUMBER_OF_COLORS = 3
|
||||
HEX_COLOR = '#' + '%02x' * NUMBER_OF_COLORS
|
||||
|
Loading…
Reference in New Issue
Block a user