hmedal / LANS

LArge LAbeled Netflow graph Simulator
GNU General Public License v3.0
0 stars 0 forks source link

create 3d histograms throwing error file not found #11

Closed col11 closed 7 years ago

col11 commented 7 years ago

creating the 3d histograms threw an error wherein the merged dataframe would be created and then the code could not find the completed dataframe, this turned out to be an issue where hardcoding was used to find a .csv file where the actual result could be .csv or .binetflow

col11 commented 7 years ago

problem solved by letting the filename be dynamically created and located