Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blmicroscope committed May 30, 2023
1 parent d6a7aa6 commit 12b3cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cpufit/python/dirty_code/executing_cpufit_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import numpy as np
import matplotlib.pyplot as plt
import cpufit as cf
import pycpufit as cf


def gaussians_2d(x, y, p):
Expand Down

0 comments on commit 12b3cf4

Please sign in to comment.