ManchesterBioinference / GP_Transcription_Dynamics

1 stars 1 forks source link

load_filtered_data module does not exist in repo #2

Closed jakeyeung closed 1 year ago

jakeyeung commented 1 year ago

Hello GP team,

In the simulated_examples.py, it wants to import load_filtered_data module from utils.utilities.

However, load_filtered_data does not exist in any of the code in the repository.

Could you maybe provide this load_filtered_data function into the repo?

Jake

YuliyaShapovalova commented 1 year ago

Thanks for your interest, Jake! My bad — you don’t need to load this function at all. I've updated the file.

jakeyeung commented 1 year ago

Thanks for the quick reply.

This load_filtered_data function occurs in 4 other places in the experiments folder.

Can you confirm that you do not need to load this function either in the experiments folder? Otherwise one would need to include it in utils.utilities.

https://github.com/ManchesterBioinference/GP_Transcription_Dynamics/search?q=load_filtered_data

Jake

YuliyaShapovalova commented 1 year ago

Yes, I confirm that this function is not needed anywhere. Please, see the updated repository.