Page MenuHomec4science

Testing bug reporting
Closed, ResolvedPublic

Description

Hi Lucas,
The point of this is to test the bug reporting system. In order to make it more useful I add small remarks regarding installation and testing I encountered so far:

  1. Docker installation works fine, however, since only python3 is installed, pip install -e build-release/python is not working, while pip3 install -e build-release/python works
  2. For testing pipe_tools matplotlib is required, however, it was not installed in Docker, adding python3-matplotlib to Dockerfile solved the problem
  3. pipe_tools work fine as a pipe, however, they generate errors if used separately with file input/output: in surface, np.savetxt(output.buffer, surface) triggers 'str' object has no attribute 'buffer' and in contact,surface = np.loadtxt(input.buffer) triggers the same error. Deleting .buffer solves the problem in both cases

Kind regards,
Andrei

Event Timeline

agshvarts created this task.Apr 15 2020, 15:30
agshvarts created this object in space S1 c4science.
agshvarts created this object with visibility "Public (No Login Required)".
agshvarts updated the task description. (Show Details)Apr 16 2020, 11:39
agshvarts updated the task description. (Show Details)
frerot closed this task as Resolved.Apr 17 2020, 23:00

Hi Andrei,

I've made the suggested changes for points 2 and 3. For 1, as I mentioned on github, running scons dev should have the same effect as pip3 install -e build-release/python. It also falls back on setup.py if pip is not found.

Cheers,

Lucas.

frerot triaged this task as Normal priority.Jun 3 2021, 17:27