Spaces:
Sleeping
Sleeping
File size: 1,105 Bytes
5fd9bc2 edb2cd6 5fd9bc2 fbd4741 725df69 a5e5da1 fbd4741 5fd9bc2 fbd4741 5fd9bc2 02c9687 fbd4741 02c9687 5fd9bc2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] *Summary of bug*"
labels: bug
assignees: MilesCranmer
---
**Describe the bug**
A clear and concise description of what the bug is.
**Version (please include the following information):**
- OS: [e.g. macOS]
- Julia version [Run `julia --version` in the terminal]
- Python version [Run `python --version` in the terminal]
- Did you install with `pip` or `conda`?
- PySR version [Run `python -c 'import pysr; print(pysr.__version__)'`]
- Does the bug still appear with the latest version of PySR?
**Configuration**
- What are your PySR settings?
- What dataset are you running on?
- If possible, please share a minimal code example that produces the error.
**Error message**
Add the error message here, or whatever other information would be useful for debugging.
If the error is "Couldn't find equation file...", this error indicates something
went wrong with the backend. Please scroll up and copy
the output of Julia, rather than the output of python.
**Additional context**
Add any other context about the problem here.
|