Skip to content

Commit

Permalink
Switch two lines, thereby removing the problem (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul019 authored Dec 5, 2024
1 parent fa0a2ae commit 7729c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsalt/tasks/passive.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def run(self):
set_dielectric_constant(quantum_graph, params, custom_values=custom_index)
set_dispersion_relation(quantum_graph, dispersion_relation_pump)

quantum_graph = oversample_graph(quantum_graph, params["plot_edgesize"])
update_parameters(quantum_graph, params)
quantum_graph = oversample_graph(quantum_graph, params["plot_edgesize"])
save_graph(quantum_graph, self.output().path)

def output(self):
Expand Down

0 comments on commit 7729c76

Please sign in to comment.