fix: relative imports for examples in mesa-llm#262
fix: relative imports for examples in mesa-llm#262
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
for more information, see https://pre-commit.ci
|
Thanks for reporting this. However, I can't reproduce this with the current codebase. Could you please share your exact steps to get the import errors? What I did was
|
Updated the three examples (negotiation, epstein_civil_violence, and sugarscrap_g1mt) to use relative imports instead of absolute imports because of ModuleNotFoundError when running solara from the example directory as described in the README
Maybe it's better to change the README ?
Tested locally by running solara run app.py from the example directory