10000 TypeError: 'float' object cannot be interpreted as an integer · Issue #1 · daynix/NetMeter · GitHub
[go: up one dir, main page]

Skip to content
TypeError: 'float' object cannot be interpreted as an integer #1
@Wmoinil

Description

@Wmoinil

I was trying to install NetMeter on 2 of my VM's

When running the program it seems to always crash when it starts to parse the data. Any Idea what the solution might be?

Parsing results...
Traceback (most recent call last):
File "NetMeter.py", line 1010, in
testinsts.run_tests_for_streams(streams, protocols)
File "NetMeter.py", line 984, in run_tests_for_streams
self.run_tests_for_protocols(s, proto_list)
File "NetMeter.py", line 979, in run_tests_for_protocols
self.export_dir)
File "NetMeter.py", line 884, in run_tests
get_iperf_data_single(init_name + '_iperf.dat', protocol, streams, repetitions)
File "NetMeter.py", line 543, in get_iperf_data_single
iperf_data = iperf_data[:,[0,2]].reshape((num_conn, iperf_data.shape[0]/num_conn, 2))
TypeError: 'float' object cannot be interpreted as an integer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0