Skip to content

Commit

Permalink
make FakePine less fake
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jun 6, 2024
1 parent 840eb9e commit 49295cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def evolve_info(self, _):
return self._evolve_info

def key_values(self):
return {}
return {"convolution_particle_1": 2212, "convolution_particle_2": 11}


def test_write_operator_card_q0(tmp_path):
Expand Down

0 comments on commit 49295cd

Please sign in to comment.