Marcus G K Williams
Marcus G K Williams
+1 We are running into similar issues.
Hi @schmitts Thanks for opening this issue. A lava package for Spack sounds like a good idea, especially if you are volunteering. What does this entail outside of #132?
@schmitts are you still willing to create a Spack package for Lava?
> This will be fixed by [intel-innersource/frameworks.ai.lava.lava#117](https://github.com/intel-innersource/frameworks.ai.lava.lava/pull/117) I'm guessing this is fixed and can be closed now that the PR is merged?
I'll take another look. How did you try it out?
Perhaps we can start by reviewing the unit tests. I'm reworking the pyports implementation now. Should be somewhat quick but I found some issues with my first draft.
@kds300 Thanks for your contribution! To get tests to work like all of our others can you copy an empty `__init__.py` file from one of the other procs into the...
> > @kds300 Thanks for your contribution! > > To get tests to work like all of our others can you copy an empty `__init__.py` file from one of the...
Hi @kds300 any progress on this?
This change enables unit test output to be: ``` .....................................................................s.................sss............................................................................. ---------------------------------------------------------------------- Ran 167 tests in 39.853s OK (skipped=4) ``` Currently running unit tests outputs the following bloated and unneeded text:...