Skip to content

Commit

Permalink
RawFile.py: TypeError: __init__() missing 1 required positional argum…
Browse files Browse the repository at this point in the history
…ent: 'internal_parameters'
  • Loading branch information
cyber-g committed Sep 11, 2023
1 parent a3a46c5 commit 5e3eb55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PySpice/Spice/RawFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ def _to_sensitivity_analysis(self):
return SensitivityAnalysis(
simulation=self.simulation,
elements=self.elements(),
internal_parameters=self.internal_parameters(),
)

##############################################
Expand Down

0 comments on commit 5e3eb55

Please sign in to comment.