Martin van der Schelling

Results 14 comments of Martin van der Schelling

@BernardoFerreira ; can you take a look at the problem description and add anything that you think might be necessary to address this issue ?

Hey yaga, this might be an error related to something called [racing conditions](https://en.wikipedia.org/wiki/Race_condition). The core tries to access the dataframe, but at the moment it is empty, therefore it gets...

I have added the following check: ``` # If the lock has been acquired: with lock: tries = 0 while tries < MAX_TRIES: try: self = ExperimentData.from_file(self.project_dir) value = operation(self,...

Thank you for your suggestion Max! As of now, this might be problematic because that means that in the outputted pd.DataFrame, individual cells might hold data that cannot be stored...

@SNMS95 ; I created an issue that might be relevant for your application with f3dasm. Feel free to add things here that might address this issue!

Hey Surya, Can you share more of the code you are using?

The core issue is related to #223 : racing conditions while opening the ExperimentData file while having multiple processes. In the next update I'm trying to fix this !

Hey everyone! First of all thanks for taking up the review of my work! I'll be happy to resolve any feedback you might have. I'll be traveling for a conference...

@idocx ; I have updated the [PyPI registry](https://pypi.org/project/f3dasm/1.5.2/) to version 1.5.2; which fixes the `numpy 2.0` issue

Hey Yuxing @idocx, Thank you for your feedback, I'll address each of your points individually **Documentation** Yes, this is definitely a bug from my part (created a new issue [here](https://github.com/bessagroup/f3dasm/issues/274)),...