GregorCH / ipet

Interactive Performance Evaluation Tools for Optimization Software
MIT License
26 stars 6 forks source link

save joineddata #87

Closed fschloesser closed 5 years ago

fschloesser commented 5 years ago

inferring the datatypes takes a very long time, it makes sense to save the dataframe for occasions where the getJoinedDatee method is called twice (i.e. by rubberband)

GregorCH commented 5 years ago

How about using a flag that indicates whether parsing has happened since the last call to joinedData?

fschloesser commented 5 years ago

would you be okay with setting self.joineddata back to None in the collectData() method?

GregorCH commented 5 years ago

Yes.