Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IO_test #4

Open
guiguem opened this issue Jul 9, 2018 · 0 comments
Open

Update IO_test #4

guiguem opened this issue Jul 9, 2018 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@guiguem
Copy link
Member

guiguem commented Jul 9, 2018

Now that we are using Cicada namespace as default (instead of Katydid), the IO_test fails as

======================================================================
ERROR: test_Cicada (__main__.IOTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "IO_test.py", line 26, in test_Cicada
    b.Run()
  File "/cvmfs/hep.pnnl.gov/project8/mermithid/v1.0.1/lib/python3.6/site-packages/morpho/processors/BaseProcessor.py", line 60, in Run
    if not self.InternalRun():
  File "/cvmfs/hep.pnnl.gov/project8/mermithid/v1.0.1/lib/python3.6/site-packages/morpho/processors/IO/IOProcessor.py", line 56, in InternalRun
    return self.Reader()
  File "/cvmfs/hep.pnnl.gov/project8/mermithid/v1.0.1/lib/python3.6/site-packages/mermithid/processors/IO/IOCicadaProcessor.py", line 31, in Reader
    self.data = ReadKTOutputFile(self.file_name,self.variables,katydid=self.use_katydid,objectType=self.object_type,name=self.object_name)
  File "/cvmfs/hep.pnnl.gov/project8/mermithid/v1.0.1/ReadKTOutputFile.py", line 41, in ReadKTOutputFile
    import ROOT.Katydid as KT
  File "/cvmfs/hep.pnnl.gov/project8/dependencies-common/build-2018-04-23/lib/ROOT.py", line 318, in _importhook
    return _orig_ihook( name, *args, **kwds )
ModuleNotFoundError: No module named 'ROOT.Katydid'; 'ROOT' is not a package

We need to replace the current Katydid output file in the repo by one created with a later version of Katydid.

@guiguem guiguem added bug Something isn't working good first issue Good for newcomers labels Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant