-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #352 #353
Open
cyber-g
wants to merge
6
commits into
PySpice-org:master
Choose a base branch
from
cyber-g:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix #352 #353
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7021067 - Browse repository at this point
Copy the full SHA 7021067View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a46c5 - Browse repository at this point
Copy the full SHA a3a46c5View commit details -
RawFile.py: TypeError: __init__() missing 1 required positional argum…
…ent: 'internal_parameters'
Configuration menu - View commit details
-
Copy full SHA for 5e3eb55 - Browse repository at this point
Copy the full SHA 5e3eb55View commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62abb62 - Browse repository at this point
Copy the full SHA 62abb62View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dfd4c6a - Browse repository at this point
Copy the full SHA dfd4c6aView commit details
Commits on Aug 13, 2024
-
diode-characteristic-curve.py: fix TypeError: LogScale.__init__() got…
… an unexpected keyword argument 'basey' Error : Traceback (most recent call last): File "***/PySpice/examples/diode/diode-characteristic-curve.py", line 187, in <module> ax2.semilogy(analysis.out, static_resistance, basey=10) File "***/pyspice3.11-venv/lib/python3.11/site-packages/matplotlib/axes/_axes.py", line 1958, in semilogy self.set_yscale('log', **d) File "***/pyspice3.11-venv/lib/python3.11/site-packages/matplotlib/axes/_base.py", line 73, in wrapper return get_method(self)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "***/pyspice3.11-venv/lib/python3.11/site-packages/matplotlib/axis.py", line 837, in _set_axes_scale ax._axis_map[name]._set_scale(value, **kwargs) File "***/pyspice3.11-venv/lib/python3.11/site-packages/matplotlib/axis.py", line 796, in _set_scale self._scale = mscale.scale_factory(value, self, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "***/pyspice3.11-venv/lib/python3.11/site-packages/matplotlib/scale.py", line 717, in scale_factory return scale_cls(axis, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: LogScale.__init__() got an unexpected keyword argument 'basey'
Configuration menu - View commit details
-
Copy full SHA for d79f275 - Browse repository at this point
Copy the full SHA d79f275View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.