mirror of
https://github.com/vale981/jobmanager
synced 2025-03-06 02:11:39 -05:00
minor fixes in example
This commit is contained in:
parent
20a7156af9
commit
c0412bdfea
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@ import matplotlib.pyplot as plt
|
|||
|
||||
class FitFunc_Client(jm.JobManager_Client):
|
||||
def __init__(self):
|
||||
super(FitFunc_Client, self).__init__(server="tqo07",
|
||||
super(FitFunc_Client, self).__init__(server="localhost",
|
||||
authkey='fit function example',
|
||||
port = 42524,
|
||||
nproc = 0,
|
||||
nice=19,
|
||||
no_warings=True,
|
||||
verbose=1)
|
||||
verbose=2)
|
||||
@staticmethod
|
||||
def func(args, const_args):
|
||||
eta, Gamma, s, p, tau_max, tau_n = const_args
|
||||
|
|
Loading…
Add table
Reference in a new issue