Skip to content

Commit

Permalink
correct another problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Wan committed Feb 29, 2024
1 parent eadf83f commit 3de9260
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion copper/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def get_set_of_curves_by_name(self, name):
c_set.curves = c_lst
return c_set
except:
print(self.load_obj(self.data[name]))
raise ValueError("Cannot find curve in library.")

def get_curve(self, c, c_name, eqp):
Expand Down

0 comments on commit 3de9260

Please sign in to comment.