Skip to content

Commit

Permalink
use info function
Browse files Browse the repository at this point in the history
  • Loading branch information
RylieWeaver committed Sep 17, 2024
1 parent 393976c commit 85f44ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/LennardJones/LJ_inference_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
except ImportError:
pass

from LJ_data import info

import matplotlib.pyplot as plt

plt.rcParams.update({"font.size": 16})
Expand Down Expand Up @@ -99,10 +101,6 @@ def getcolordensity(xdata, ydata):
return hist2d_norm


def info(*args, logtype="info", sep=" "):
getattr(logging, logtype)(sep.join(map(str, args)))


if __name__ == "__main__":

modelname = "LJ"
Expand Down

0 comments on commit 85f44ab

Please sign in to comment.