Sherman Siu
Sherman Siu
Please include a minimal, self-contained example to reproduce your bug. `prompt_df_1["result"] = prompt_df_1.parallel_apply(lambda x: self.summarize(x["to_be_summarized"],x["token_len"]), axis=1)` doesn't include a definition of `self.summarize`. Is it possible to re-write your function so...
Okay... instead of returning the response, could you perhaps extract the message from `response.choices[0].message.content` and return that instead? (I'm assuming your original code returns the response... Your code as-is does...
The example doesn't work if you don't have access to the Newton Raphson CSVs.
I reduced your code sample to the following: ```python import pandas as pd from pandarallel import pandarallel from spatialmath import SE3 # from Master10 import Master10DH def ik(row): # robot...
Could you please attach a sample CSV and the simplest `SOME_FUNCTION` for which you can reproduce your error? I'm unable to reproduce your problems with the memory usage. > Python:...
Also, please make the changes requested by the linter.
If no static libraries are linked in, then please check that box off in the checklist.
@Old-Shatterhand, no, the different sections should have different entries. Commit [1cbde4a](https://github.com/conda-forge/staged-recipes/pull/27917/commits/1cbde4a8f457ac4bed827be87bc23058cd006f1e) was fine and commit [b5fa349](https://github.com/conda-forge/staged-recipes/pull/27917/commits/b5fa3492871e924cdbbff0de21634ae1266c35b9) should be reverted.
Related to #7, #8, and #9.
@conda-forge-admin, please lint