Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKlx committed Nov 5, 2024
1 parent 85b85fa commit 5e36d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/machine_learning/src/labels/gate_pair_label.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "hal_core/netlist/gate.h"
#include "hal_core/netlist/netlist.h"
#include "hal_core/utilities/log.h"
#include "nlohmann_json/json.hpp"
#include "nlohmann/json.hpp"

#include <stdlib.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,4 +444,5 @@ namespace hal
:returns: A set of gates fulfilling the `target_gate_filter` condition.
:rtype: set[hal_py.Gate]
)");
} // namespace hal
}
} // namespace hal

0 comments on commit 5e36d61

Please sign in to comment.