Skip to content

Commit

Permalink
fix bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Nov 26, 2023
1 parent 40a3fe9 commit 348c5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/interop_and_serialization_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TEST_F(PolyscopeTest, ManagedBufferAccess) {

// make sure we can get its buffers
polyscope::render::ManagedBuffer<glm::vec3>& bufferPos = psPoints->getManagedBuffer<glm::vec3>("points");
polyscope::render::ManagedBuffer<double>& bufferScalar = q2->getManagedBuffer<double>("values");
polyscope::render::ManagedBuffer<float>& bufferScalar = q2->getManagedBuffer<float>("values");


size_t dimX = 300;
Expand Down

0 comments on commit 348c5a6

Please sign in to comment.