lamawmouk

Results 4 comments of lamawmouk

The data upload agreement framework was tested after filling all the sections in the project and not the data upload agreement. Users are notified that they have not completed the...

Thank you Benjamin! I have updated the changes. Please merge at your convenience.

> Lama, what do you get if you run the following? > > ``` > import pandas, platform > print(platform.python_implementation(), platform.python_version(), platform.platform()) > print(pandas.__version__) > print(pandas.timedelta_range(pandas.Timedelta(0), pandas.Timedelta(100), periods=7)) > ```...

> Are you sure that's the same version you used before (that gave an end time of 2148-08-17 14:37:22.384261117)? Yes, I reran it in a new environment. ``` >>> r...